Select Component Disabled, User can still edit

I have a select Component and i have it disabled for some use cases based on some criteria, however the user is still able to click on the clear button inside of it even when it is disabled. You can make the button hide dynamically so i am just adding the same disable logic to the hide button configuration. But ideally if the button is disabled the clear button inside the component should be disabled as well.
Screenshot 2023-10-30 at 4.04.16 PM
Screenshot 2023-10-30 at 4.04.53 PM

I've just noticed this myself too - the clear button on a disabled select or multiselect component isn't disabled. Definitely feels like a bug.

We currently have this ticket filed internally!

It's kind of a regression (since it used to work by default in previous Select Components), but also kind of a feature (since we now have the option to dynamically show or hide the clear button). Ideally, it does seem like we should assume a disabled component does NOT come with a clear button, while still giving the option to conditionally disable/enable it as needed.

Thank you both for your input and we'll be sure to update this thread if anything changes with the ticket!

1 Like