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
I have a set of these switches (N), where if I switch ON 1, the remaining N-1 must turn OFF and if I turn any of the N-1 ON, the 1st switch must turn OFF. I changed code to listen for the 'defaultValue' property but that does not help. Neither does the property 'value'.
The text was updated successfully, but these errors were encountered:
I have submitted PR #4 that should allow you to control your switches programatically from a parent component using the value and onChangeValue properties. If and when this is merged it should solve your issue 👍
I have a set of these switches (N), where if I switch ON 1, the remaining N-1 must turn OFF and if I turn any of the N-1 ON, the 1st switch must turn OFF. I changed code to listen for the 'defaultValue' property but that does not help. Neither does the property 'value'.
The text was updated successfully, but these errors were encountered: