Multiple makes the dropdown empty #18676
Unanswered
salomon-detertech
asked this question in
Help
Replies: 1 comment
-
|
Aren't there options? Could you share a screenshot? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package
Table builder
Package Version
V4
How can we help you?
In the select filter the dropdown goes empty when switched to multiple
SelectFilter::make('status')
->multiple()
->options([
'draft' => 'Draft',
'reviewing' => 'Reviewing',
'published' => 'Published',
]),
Beta Was this translation helpful? Give feedback.
All reactions