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.

10 lines (8 loc) 188 B
export type DHOptions = { title ?: string, headerClass ?: string, titleRowClass ?: string, labelClass ?: string, closeClass ?: string, html ?: (data:DHOptions) => string, };