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

Does not getting value from Select Option component like html core select option in form #560

Closed rezzakali closed 4 months ago

rezzakali commented 5 months ago

I am using Select Option componet of MT. I have a form with an Input field and a Select Option to choose gender, If I use state then okay, But I am using it with react server action , where I get formData,when i console it then getting only input's value not gender. Here is my code below. code

sajadevo commented 4 months ago

Hey @rezzakali the select component is not working with server actions and it doesn't support in formData we'll have it in the new version of material tailwind react v3.

rezzakali commented 4 months ago

Okay