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
SearchInput doesn't expose readyOnly and disabled,
If I give this props to the input (inputProps), it is working but there is no style for it- see in the image:
(first one is SearchInput second is text input)
Versions
0.11.0-rc.29
The text was updated successfully, but these errors were encountered:
* Adding disabled and readonly props to search input
* Adding new props to the dev story knobs
* Updating storyshot
* Fixing accessibility issue in search button
* fixing test issues
* fix a11y violations
* update snapshots
Co-authored-by: Prasad Thakur <prasad.thakur@sap.com>
Description
SearchInput doesn't expose readyOnly and disabled,
If I give this props to the input (inputProps), it is working but there is no style for it- see in the image:
(first one is SearchInput second is text input)
Versions
0.11.0-rc.29
The text was updated successfully, but these errors were encountered: