Form Select Problem
i have this problem after upgrading to filament v4, select form in a modal

8 Replies
Hi! can you give us more context of your setup, pls?. It looks like you are using a custom theme, right?. Have you already check if the is some CSS selector missing trying to apply styles? Only assuming
thank you for your reply, yes i do the custom theme. but when i try to comment viteTheme in admin panel its still like it sir,

i have more time run npm build and dev, i try to delete node module to to re install but still the same
As you mention, you are upgrading from v3 to v4. In that case, did you follow the migration guide? The high-impact docs section explains that custom themes needs to be upgraded to Tailwind 4
yes sir, i have upgraded tailwindcss too to v4

A little parentheses ☝️ According to the rules, try to share formatted code instead of code screenshots
It looks like could be a couple of things. Please, check the following:
1. Correct Tailwind migration guide: is not only about node packages, it needs to be upgraded with Tailwind upgrade tool and some files modifications. Please, refer to "Custom themes need to be upgraded to Tailwind CSS v4" docs section.
2. Validate if there is any CSS selector in your custom theme that could be having a conflict with v4 default theme (something with
position
property, for example).
After that, if you continue with the issue, considering to use Gist to share more code context! Happy to help youAlso, have you published the Blade view files in your app?