You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
An alternative is switching back to a text input.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: