Conditional dropdowns with react-select in react-final-form initialized from the state
I’m using react-select
and react-final-form
for conditional dropdowns, where options for the second select are provided by a <PickOptions/>
component based on the value of the first select (thanks to this SO answer).