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
It's observed that we don't support the disabled property for the Field.Option component.
In the following CSB/examples, would it make sense to be able to disable one or more of the options, without disabling all?
Disabling all options could/should be done through the Field.Selection's disabled property.
Here's a screenshot of the CSB, where I would guess that it could make sense to disable one or multiple options:
The text was updated successfully, but these errors were encountered:
As far as I can tell, Dropdown does not support disabling individual options, neither does DrawerList. So it wouldn't be expected in Forms either. So should we close this issue? @tujoworker
Or do we want to implement disabled for DrawerList and Dropdown?
🚀 Feature Proposal
In the light of the following two CSBs:
without a value
with a value
It's observed that we don't support the
disabled
property for theField.Option
component.In the following CSB/examples, would it make sense to be able to disable one or more of the options, without disabling all?
Disabling all options could/should be done through the Field.Selection's disabled property.
Here's a screenshot of the CSB, where I would guess that it could make sense to disable one or multiple options:
The text was updated successfully, but these errors were encountered: