creativetimofficial / material-tailwind

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.
https://material-tailwind.com/
MIT License
3.51k stars 306 forks source link

Dynamic value not loaded on Select Option component #673

Open rezzakali opened 2 months ago

rezzakali commented 2 months ago

I am using react hook form with material tailwind and i have a form with some inputs with 4 select options components. When I search user from search input ( a separate input not related to form), trying to load / setValue(react hook form) to the form from my handler, every fields are working perfectly instead of Select Options component. I think it's an issue of material tailwind. Would like to help me?

Thanks