react select menu onchange

We may want to select an initial value of the dropdown. Tutorials Newsletter Starter Kits . We can then have the dropdown reference this state when rendering its items: We use the useState hook to create some state with our characters in. @okonuskan You can do this is a semi-hacky way. See following: Had to add some timeout to onBlur in order to work: setTimeout(() => selectRef.setState({isOpen: true}), 50); None of the above worked for me on version 2.1.0 but using the following did (until you then click the drop down box)