We are having a form which is React Final Form, and want a select and create able field in that form.
How can i use such component inside react final form.
Currently I tried using Select.Creatable of react-select inside the form, but as soon as i select something from dropdown and update the state, the form gets clear i.e back to its initial state.
Kindly help!