fieldset support for readonly property #10783
Labels
addition/proposal
New features or enhancements
needs implementer interest
Moving the issue forward requires implementers to express interest
What problem are you trying to solve?
When I have multiple fields combined in a field set. I am able to define:
This will disable all field inside of the
<fieldset/>
. This means that the fields are somewhat hidden and not enabled to be changed.When I like to show the field but make them only 'readonly' I have to set the property on all the fields inside the fieldset.
To me this seems to be inconsistent.
What solutions exist today?
The solution is to update the fields one by one individually with 'readonly' property. Works fine but is sometimes not really efficient to make fields readonly.
Alternatively they could be rendered with just using
How would you solve it?
To have a consitent form experience I would add the readonly property to fieldset, which then would make the fieldset in its entierly 'readonly'
Anything else?
No thats all and thanks for your feedback in advance.
The text was updated successfully, but these errors were encountered: