vue3-simple-typeahead
vue3-simple-typeahead copied to clipboard
The ability to delete the input value with one click inside input
We need the ability to delete the text from the input with just one click. A little optional delete icon would be great on the right side of the input. This is especially useful when using this library on a mobile device.
Here is an example from Google search input:
I think we need an optional prop for this.
@frikinside If you make me a contributor I will try to do this and open a Pull request.
Have you tried type="search" on the input?