Crispy
Crispy
FFilament
Created by Milorn on 5/5/2024 in #❓┊help
Action requireConfirmation is hiding the page scrollbar
I ran into a similar same issue with the nested modals and the scroll becoming locked, and this solution worked perfectly—thanks for sharing the link, Dennis! For anyone looking to save time, the commit that resolved it is in one of the final posts of the thread. You can find the direct fix here: 👉 https://github.com/filamentphp/filament/pull/13740/commits
6 replies
FFilament
Created by Crispy on 3/20/2025 in #❓┊help
Way to only allow numeric in search dropdown for filament select element?
No description
11 replies
FFilament
Created by Crispy on 3/20/2025 in #❓┊help
Way to only allow numeric in search dropdown for filament select element?
No description
11 replies
FFilament
Created by Crispy on 3/20/2025 in #❓┊help
Way to only allow numeric in search dropdown for filament select element?
Bump, is there a way to only allow numbers to be input?
11 replies
FFilament
Created by Crispy on 2/26/2025 in #❓┊help
Filament accessibility for Screen Readers
Bump. Does anyone have any information/resources on Accessibility in Filament?
3 replies
FFilament
Created by Crispy on 2/24/2025 in #❓┊help
Screen Reader Accessibility for Filament Modals?
Bump. Does anyone have an ideas on how to tackle accessibility issues like this within filament?
2 replies
FFilament
Created by pocket.racer on 2/2/2025 in #❓┊help
Is there a way to get current step number in Form Wizard?
Thank you! Looking into this. Ik it's not best practice but have you tried style instead of class? ->extraAttributes([ 'style' => 'width: 100%;', ])
14 replies
FFilament
Created by pocket.racer on 2/2/2025 in #❓┊help
Is there a way to get current step number in Form Wizard?
I have a similar issue with needing the step number. Could you share your solution for finding $currentStepNumber with livewire (injecting $component) ?
14 replies