redux-form / redux-form

A Higher Order Component using react-redux to keep form state in a Redux store
https://redux-form.com
MIT License
12.57k stars 1.64k forks source link

Dispatch CHANGE action on unregistered field, Register the field and update the values #3393

Closed hossambarakat closed 4 years ago

hossambarakat commented 7 years ago

Are you submitting a bug report or a feature request?

bug report

What is the current behavior?

Dispatch CHANGE action on unregistered field => Register the field and update the values

Steps to reproduce

What is the expected behavior?

dispatch CHANGE action on unregistered field => Do nothing

JuoCode commented 7 years ago

+1 Sometime CHANGE action will delete state.formKey.values, but form's onChange not trigged.

hossambarakat commented 7 years ago

Hi @erikras , What are your thoughts ?

hossambarakat commented 4 years ago

It is almost two years and not interested in redux-form so closing the issue.