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
chore: [IOPAE-1728] Improve accessibility on SearchInput component (#416)
## Short description
This PR improves the accessibility of the `SearchInput` component.
## List of changes proposed in this pull request
- added `importantForAccessibility` prop to make the input field
inaccessible when the component is pressable. This change ensures that
the input is not announced by SR when the component is intended to be
used as a button.
Co-authored-by: Damiano Plebani <[email protected]>
0 commit comments