Components providing "autocomplete" need a reset/cancel button #45
Labels
needs funding
Issues falling out of scope for current budget. Contact us about cross-funding
UI
UI meets UX meets CSS design issues
Currently we are using
@cwmr/paper-autocomplete
library for autocomplete input elements (e.g. search input).These inputs provide a reset/cancel icon by default, which seems convenient, but there are two disadvantages:
-webkit-search-cancel-button
is only supported by webkit browsers. So e.g. Firefox will not display any reset option at all.See the full list here:
https://caniuse.com/?search=-webkit-search-cancel-button
I'd rather have optional, cross-browser supported buttons next to the input, ideally one for submit and one for resetting the input. These should come in two options:
The text was updated successfully, but these errors were encountered: