#Form Select Problem

9 messages · Page 1 of 1 (latest)

open sandal
#

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

fringe dustBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

royal oar
#

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

open sandal
#

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

royal oar
#

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

open sandal
#

yes sir, i have upgraded tailwindcss too to v4

royal oar
#

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 you