- Issue created by @bnjmnm
- @bnjmnm opened merge request.
Many drupal behaviors update form values by updating the value or checked property of the input's dom element. These updates do not trigger the onChange callbacks that would update the redux store / update the preview / propgate the form values as expected.
Proxy changes to value/checked/etc so they trigger the input's change listener.
Active
1.0
Redux-integrated field widgets