-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or requestnon-closableThis task is exempt from becoming stale or automatically closed.This task is exempt from becoming stale or automatically closed.
Description
Although we have the text input suggestions
prop, intended for this use case, our component is not adapted to be a proper search field.
- It lacks the appropriate
role="search"
ortype="input"
HTML element. - 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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnon-closableThis task is exempt from becoming stale or automatically closed.This task is exempt from becoming stale or automatically closed.