You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is useful for filter-type searches, where the user might need to reset their filters to get back to the default state.
I imagine the presentation of this would take the form of a "clear" button and Esc keybindings, and in terms of API I would expect the default to be false. Something like:
Feel free to open a PR. There are instructions in the README with regards to contributing to the EUI project. Also, there was a similar change recently made to the date picker which would provide some direction on the potential solution - #2235
This is useful for filter-type searches, where the user might need to reset their filters to get back to the default state.
I imagine the presentation of this would take the form of a "clear" button and Esc keybindings, and in terms of API I would expect the default to be false. Something like:
<EuiFieldSearch value={state.filterText} onChange={this.onChange} clearable={true} />
The text was updated successfully, but these errors were encountered: