UNPKG

choices.js

Version:

A vanilla JS customisable text input/select box plugin

11 lines (10 loc) 244 B
import { ChoiceFull } from './choice-full'; export interface GroupFull { id: number; active: boolean; disabled: boolean; label?: string; element?: HTMLOptGroupElement; groupEl?: HTMLElement; choices: ChoiceFull[]; }