UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

7 lines (5 loc) 296 B
// Chips become focusable (tabindex="0") when selectable/removable, so containers // (CChipSet, CChipInput) read that instead of re-deriving focusability. const SELECTOR_CHIP_FOCUSABLE = '.chip[tabindex="0"]:not(.disabled)'; export { SELECTOR_CHIP_FOCUSABLE }; //# sourceMappingURL=const.js.map