Cant update value using outside data in react functional useState.
Ruelito-Ytac opened this issue · 1 comments
Ruelito-Ytac commented
const [get_dropdown_data, setDropdownData] = useState("");
im passing the get_dropdown_data to select value.
Ruelito-Ytac commented
[Solved]