I’d like to have an “x” icon on the far right side of an autocomplete search, so that when a user clicks it, it clears the contents of the box. It would simplify my users being able to change their search parameters.
I did this on my input form and it works. However, in the initial condition -> where the icon is displayed when the input value is not empty, there is a lag before the icon appears. Is there anyway to make it instantaneous? Once a letter is punched in, I want the icon to appear already. Is there a way to do this?