Replies: 1 comment 2 replies
-
which version are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am making a CRUD for my project. I have 2 tables, in the first one product categories, in the second one product itself. When I create a record in the table with products I need to specify the category. However, when I click on Select, the component just does not do anything, not even an error! However, when I used ChatGPT to rewrite it all as normal html+tailwindccs, it worked. Any idea why?
Using Select:
Using basic html + tailwindcss:
Beta Was this translation helpful? Give feedback.
All reactions