Closed bhainesva closed 6 months ago
When I passed isDisabled={true} to the SearchInput component I expected to be unable to interact with the input, but instead I could still click the "x" button to clear the input's value.
isDisabled={true}
https://codesandbox.io/p/sandbox/search-input-interaction-2pfnd7?file=%2Fsrc%2Findex.tsx%3A5%2C1
2.8.1
2.8.2
Firefox 124.0.2 (64-bit)
No response
SUI-473 SearchInput can be interacted with while disabled
Thanks for reporting, I'll investigate and release a fix shortly.
Description
When I passed
isDisabled={true}
to the SearchInput component I expected to be unable to interact with the input, but instead I could still click the "x" button to clear the input's value.Link to Reproduction
https://codesandbox.io/p/sandbox/search-input-interaction-2pfnd7?file=%2Fsrc%2Findex.tsx%3A5%2C1
Steps to reproduce
Saas UI Version
2.8.1
Chakra UI Version
2.8.2
Browser
Firefox 124.0.2 (64-bit)
Operating System
Additional Information
No response