@coreui/react-pro
Version:
UI Components Library for React.js
9 lines (6 loc) • 346 B
JavaScript
;
// Chips advertise their own focusability via `data-coreui-chip-focusable`,
// so containers (CChipSet, CChipInput) read it instead of re-deriving it.
const SELECTOR_CHIP_FOCUSABLE = '[data-coreui-chip-focusable="true"]:not(.disabled)';
exports.SELECTOR_CHIP_FOCUSABLE = SELECTOR_CHIP_FOCUSABLE;
//# sourceMappingURL=const.js.map