UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

9 lines (6 loc) 334 B
'use strict'; // 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)'; exports.SELECTOR_CHIP_FOCUSABLE = SELECTOR_CHIP_FOCUSABLE; //# sourceMappingURL=const.js.map