score:0

in select tag you must be use value attribute which store the values for dropdown list data.

<select options={options} value={displaydata}/>

displaydata is a variable which store the dropdown-list data which is going to select.

score:0

if anyone facing the same kind of issue using <loadscript/> rather useloadscript or if you remove preventgooglefontsloading: true from useloadscript config works great.

for more details follow this thread. https://spectrum.chat/react-google-maps/general/react-google-maps-api-braking-react-select~86032a91-5a4b-4dbb-99fa-b1e1f7000e98


Related Query

More Query from same tag