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
Hi, I finnaly find the error that made my radio group to not respond to programmatical value changes.
Material-ui RadioButtonGroup have the prop valueSelected, used to control the component and change its value programmatically. This props don't work on formsy-material-ui 'FormsyRadioGroup' because it used value prop instead.
It's way confusing that change, I spent so much time to find it.
The text was updated successfully, but these errors were encountered:
Hi, I finnaly find the error that made my radio group to not respond to programmatical value changes.
Material-ui
RadioButtonGroup
have the propvalueSelected
, used to control the component and change its value programmatically. This props don't work on formsy-material-ui 'FormsyRadioGroup' because it usedvalue
prop instead.It's way confusing that change, I spent so much time to find it.
The text was updated successfully, but these errors were encountered: