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
@schube thank you for reporting, i checking the code i dont see a check for readonly when set the field value, the bug could somewhere else, can you please share how you initialize the RadioGroup and its Radios and how you then set the value.
thanks
Describe the bug
I have a form with
TextBox
es andRadioGroup
s.All elements are set to read-only (
.setReadOnly(true)
)Now, when a TextBox t gets a value set programmatically with
.setValue("new Value")
, the value is displayed and can also be read with.getValue()
But on a RadioGroup r, when the value set programmatically with
.setValue("new Value")
, the value is NOT displayed and.getValue()
returnsnull
.Workaround:
Expected behavior
Same as with textboxes
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: