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'm not sure that the fix is delivering the proper expected result.
According to the material-ui it indicates that either toggled or defaultToggled should be used based on if the component is controlled or uncontrolled.
I am working on the putting together a pull request to adjust this. Probably should be passing an error/warning as well if they use both in a component.
Expect: That when I set defaultToggled, the component should be in the on position per the properties
Current: When defaultToggled set, the component is in the off position.
Version:
redux-form-material-ui --> 4.1.2
material-ui --> 0.17.0
The text was updated successfully, but these errors were encountered: