sci-components
sci-components copied to clipboard
Field Inputs: Input Search
Issue:
-
Style of input is being read by SR (round, square) which is unnecessary.
-
SR is redundant and repeats 'search' three times when focused on the text input area. It also reads 'button' twice.
-
Does not have focus indicator.
-
Search icon button has a small target.
-
For the disabled state, SR only reads the search icon button.
Solution:
-
Remove the style from being read by SR.
-
Reduce redundancy - SR should only read 'search' and 'button' once.
-
Add focus indicator.
-
Increase target size for search icon button.
-
For the disabled state, SR should NOT read the search icon button. SR should either read that this input is disabled or skip it entirely (pending decision on how to treat disabled states).