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
In Trussworks' implementation of the Search component, there is no "X" to clear input functionality. That seems to be exclusively available to items that utilize the <ComboBox />.
I think I found the issue, since that "X" is appearing as a native HTML element due to type="search" being an attribute on the <input> field, so I realized the class usa-input on the <form> is removing the "X"!
ReactUSWDS Version & USWDS Version:
Describe the bug
By default the USWDS Search component has the "X" to clear input functionality.
In Trussworks' implementation of the Search component, there is no "X" to clear input functionality. That seems to be exclusively available to items that utilize the
<ComboBox />
.To Reproduce
Steps to reproduce the behavior:
Screenshots
USWDS Search input:
Trussworks Search input:
The text was updated successfully, but these errors were encountered: