sanusart / react-dropdown-select

Customisable dropdown select for react
https://react-dropdown-select.netlify.app/
MIT License
351 stars 82 forks source link

Cant update value using outside data in react functional useState. #238

Closed Ruelito-Ytac closed 2 years ago

Ruelito-Ytac commented 2 years ago

const [get_dropdown_data, setDropdownData] = useState("");

im passing the get_dropdown_data to select value.

Ruelito-Ytac commented 2 years ago

[Solved]