UNPKG

@s-ui/react-molecule-autosuggest

Version:

`MoleculeAutosuggest` is an input that will display a list of suggestions while values are entered It allows Single and Multiple Selection

3 lines 170 B
export var BASE_CLASS = "sui-MoleculeAutosuggest-input"; export var CLASS_CONTAINER = BASE_CLASS + "-container"; export var CLASS_ICON_CLEAR = BASE_CLASS + "-clear-icon";