@eds/search-input
v4.0.25
SearchInput
A clearable search input.Prop | Required | Description | Type |
---|---|---|---|
size | — | Control the size of the input. Defaults to medium. | "small" | "medium" |
disabled | — | Disables the input. | boolean |
invalid | — | The current validity state of the input. | boolean |
onClear | — | Pass in a function to clear the controlled input value. | () => void |