File size: 153 Bytes
bc20498 |
1 2 3 4 5 6 |
import { listboxEvents } from '../listbox/events.js';
export const comboboxEvents = {
...listboxEvents,
input: ['click', 'keydown', 'input'],
};
|
bc20498 |
1 2 3 4 5 6 |
import { listboxEvents } from '../listbox/events.js';
export const comboboxEvents = {
...listboxEvents,
input: ['click', 'keydown', 'input'],
};
|