Check out normalizing in redux-form: http://redux-form.com/6.6.0/examples/normalizing/
That @kozze89 said.
Just for the record, if there's anyone out there wanting to create input masks using redux-form, I've made a library specifically to solve this problem.
Take a look at redux-form-input-masks (API documentation here).
Most helpful comment
Just for the record, if there's anyone out there wanting to create input masks using redux-form, I've made a library specifically to solve this problem.
Take a look at
redux-form-input-masks(API documentation here).