F
Filament2mo ago
Ne

Select the option Obstructed from view by repeater

How to fix it? Fix it at CSS or what?
No description
No description
12 Replies
Vp
Vp2mo ago
what to fix?
Ne
NeOP2mo ago
select -> option Not all visible use in Repeater
No description
Ne
NeOP2mo ago
current problems form edit page no problem but form create page have a problem
No description
No description
Vp
Vp2mo ago
Oh, the dropdown is inside the container.. no idea this sorry
LeandroFerreira
LeandroFerreira2mo ago
php artisan filament:about what is the output?
Ne
NeOP2mo ago
Blade Icons ...............................................CACHED
Packages .................................................. filament, forms, notifications, support, tables
Panel Components ................................. CACHED
Version ..................................................... v3.2.132
Views ........................................................NOT PUBLISHED
LeandroFerreira
LeandroFerreira2mo ago
run composer update and php artisan filament:optimize-clear try again..
Ne
NeOP2mo ago
Not yet. Same as before. Or because it uses Repeater 2 lv Like lv 1 will get it but inside will not
LeandroFerreira
LeandroFerreira2mo ago
weird.. could you share the whole code on gist please?
Ne
NeOP2mo ago
GitHub
GitHub - netipong42/filament
Contribute to netipong42/filament development by creating an account on GitHub.
Auth1Specialist
Auth1Specialist2mo ago
I think I had something similar in the past as well. Can you try with
->native(false)
->native(false)
and see if you still have it?

Did you find this page helpful?