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
Our current input must be marked rather optional or required, which neither of these options fits well for a search input, which is not part of a form (understanding form as a UI, not an HTML element).
My suggestion for this problem is to solve it by implementing a new DxcSearchInput component with all the specific functionality to fulfill all the requirements.
The text was updated successfully, but these errors were encountered:
Our team will review it as soon as possible. In the meantime, please make sure that you've provided all the necessary details to help us understand and address the issue effectively.
Feel free to contribute and participate in discussions!
Although we have the text input
suggestions
prop, intended for this use case, our component is not adapted to be a proper search field.role="search"
ortype="input"
HTML element.My suggestion for this problem is to solve it by implementing a new
DxcSearchInput
component with all the specific functionality to fulfill all the requirements.The text was updated successfully, but these errors were encountered: