vue3-simple-typeahead icon indicating copy to clipboard operation
vue3-simple-typeahead copied to clipboard

The ability to delete the input value with one click inside input

Open Gyurmatag opened this issue 3 years ago • 1 comments

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: Képernyőfotó 2022-11-19 - 10 46 52 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.

Gyurmatag avatar Nov 19 '22 09:11 Gyurmatag

Have you tried type="search" on the input?

naton avatar Mar 16 '24 09:03 naton