@coreui/react-pro
Version:
UI Components Library for React.js
7 lines (5 loc) • 308 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)';
export { SELECTOR_CHIP_FOCUSABLE };
//# sourceMappingURL=const.js.map