Skip to content

Tag: reactjs

Selected option not persisting – React

Have a simple drop down list being populated from an axios request. It is working outside of the fact that the actual selected item in the “Select a team” drop down does not persist when selected and the default value “Select a team” continues to show. What am I missing here, any help …