Form Select Problem

i have this problem after upgrading to filament v4, select form in a modal
No description
8 Replies
Oscar Carvajal Mora
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
aqilmujahidiin
aqilmujahidiinOP3w ago
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,
No description
aqilmujahidiin
aqilmujahidiinOP3w ago
i have more time run npm build and dev, i try to delete node module to to re install but still the same
Oscar Carvajal Mora
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
aqilmujahidiin
aqilmujahidiinOP3w ago
yes sir, i have upgraded tailwindcss too to v4
No description
Oscar Carvajal Mora
A little parentheses ☝️ According to the rules, try to share formatted code instead of code screenshots
Oscar Carvajal Mora
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 you
Dan Harrin
Dan Harrin3w ago
Also, have you published the Blade view files in your app?

Did you find this page helpful?