I cannot integrate react-dates with react-final-form.
If I add an onChange callback to react-dates' component, using change(name, value) function from the form, the name is not saved to the form state (I suppose because the field has to be registered before using change).
Is it possible to register manually a field?
edit: I found a way, adding an hidden Field, but I don't like that...
edit 2: adding a test form: