© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
BulkAction modal width not changeable - Filament
F
Filament
•
2y ago
•
3 replies
gladjanus43
BulkAction modal width not changeable
Hi
, I have made a bulk action for products inside an order
. I want to set the width of the modal but it keeps the small size
.
BulkAction::make('addToTransportOrder')
->modalWidth('2xl')
...
BulkAction::make('addToTransportOrder')
->modalWidth('2xl')
...
I also tried with the
M
a
x
W
i
d
t
h
:
:enum but no luck
. Is there something else I can try
? This api does work with regular modal actions
.
.
.
Solution
Solved it myself
: for anyone running into this issue
. I made the mistake of also having
-
>requiresConfirmation
(
)
dumb
.
.
.
Jump to solution
Filament
Join
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
20,181
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Infolist in BulkAction Modal
F
Filament / ❓┊help
15mo ago
BulkAction not getting data from modal submit
F
Filament / ❓┊help
13mo ago
CreateOptionForm Modal Width
F
Filament / ❓┊help
3y ago
Action modal Width
F
Filament / ❓┊help
3y ago