UNPKG

tom-select

Version:

Tom Select is a versatile and dynamic <select> UI control. Forked from Selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, etc.

9 lines (7 loc) 142 B
export type CBOptions = { className ?:string, title ?:string, role ?:string, tabindex ?:number html ?: (data:CBOptions) => string, }