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
It looks and functions great, but when a radio option is clicked, the value doesn't appear in Redux. When the field's value changes, the value in Redux should automatically update.
For now, I was able to get around the problem by manually creating an onChange event that updates the value in Redux. I then had to add logic to the render method to determine if the option is checked or not.
I'm trying to get a radio group working. I started with the radio example in the documentation, but as indicated in #257, the labels don't appear.
I got labels to appear using the following code:
It looks and functions great, but when a radio option is clicked, the value doesn't appear in Redux. When the field's value changes, the value in Redux should automatically update.
For now, I was able to get around the problem by manually creating an onChange event that updates the value in Redux. I then had to add logic to the render method to determine if the option is checked or not.
The package.json file includes
The text was updated successfully, but these errors were encountered: