This happened after switching the input type to search. With a search input, browsers will render a native clear search x. But, we already have a custom clear search button. Either remove the native clear search or customize it match our the original clear search. (I think the x is rendered in the ShadowDOM, but I'm not sure if all browser vendors allow customization).
Search input shows native "x" to clear input.
This happened after switching the input type to
search
. With a search input, browsers will render a native clear searchx
. But, we already have a custom clear search button. Either remove the native clear search or customize it match our the original clear search. (I think thex
is rendered in the ShadowDOM, but I'm not sure if all browser vendors allow customization).An alternative is switching back to a
text
input.