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
groupValue | any | the value representing a radio group's current value. supply the same groupValue to every radio-button in a group
I'm not sure what this means. It sounds like you send what would normally be "name" (to make them act as a radio group) but then fetch groupValue to get the currently selected value?
Can more documentation be put in to explain how you fetch the selected value?
The text was updated successfully, but these errors were encountered:
This addon follows a data-down, actions-up approach, so you pass the current value of the radio button group into each button as groupValue and receive the changed action when a radio button is changing value by virtue of someone clicking it.
I'm happy to accept a PR that improves the documentation.
The readme.md says
groupValue | any | the value representing a radio group's current value. supply the same groupValue to every radio-button in a group
I'm not sure what this means. It sounds like you send what would normally be "name" (to make them act as a radio group) but then fetch groupValue to get the currently selected value?
Can more documentation be put in to explain how you fetch the selected value?
The text was updated successfully, but these errors were encountered: