-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disabled option for other form elements #114
Comments
I can help with PR implementing that |
Thanks for the issue, @LeoAref. https://github.com/Shopify/polaris/blob/master/src/components/Checkbox/Checkbox.tsx#L20
I've added an issue to our internal tracker to update the missing documentation, and will close this issue once we release a version with the fix. |
@lemonmade Thanks, waiting for the new release 🙂 |
Now we have disabled option for
TextField
andSelect
elements, but other elements likeCheckbox
andChoiceList
doesn't have itI have many use cases that I need to disable/enable programmatically a choice in
ChoiceList
, the same goes forCheckbox
,RadioButton
, ...The text was updated successfully, but these errors were encountered: