You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,3 +222,20 @@ public function panel(Panel $panel): Panel
222
222
])
223
223
}
224
224
```
225
+
226
+
### Forcing all resources to use modals
227
+
228
+
Quick create will automatically determine if it should redirect to a create page or to show the form in a modal based on the resource. If you prefer to force all items to be show in a modal you can do so with the `alwaysShowModal()` modifier.
229
+
230
+
```php
231
+
use Awcodes\FilamentQuickCreate\QuickCreatePlugin;
0 commit comments