github redux-form/redux-form v5.2.0

latest releases: v8.3.10, v8.3.9, v8.3.8...
8 years ago
  • Autofill support (not browser autofill, like #812, but application autofill) added by @trevorr. The example use case is if you want the user to fill in a zip code, and then have the application automatically populate the city and state, but only if the city or state has not yet been entered. This is accomplished via reading the autofilled flag on the field object and dispatching the autofill() action. Read more on issue #848 and PR #861. Thanks, @trevorr!

For those of you thinking about making a PR, to this or any other open source library, @trevorr's PR #861 is a prime example of the perfect PR, with tests and documentation. 🏆

Don't miss a new redux-form release

NewReleases is sending notifications on new releases.