@kelvininc/ui-components
Version:
Kelvin UI Components
5 lines (4 loc) • 306 B
JavaScript
export const SINGLE_SELECT_CLEAR_SELECTION_LABEL = 'Clear all';
export const MINIMUM_SEARCHABLE_OPTIONS = 15;
export const INVALID_VALUE_ERROR = `Empty string "" is an invalid value for the dropdown, if you wish to deselect the dropdown please set the value to undefined.`;
export const EMPTY_STRING = '';