[V2] Multiple select: position selected items below search field #12492
Unanswered
kokoshneta
asked this question in
Help
Replies: 2 comments 2 replies
-
Hi @kokoshneta ! Did you happen to find a solution to this issue? I'm facing the same situation. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
-
The Here is the documentation, should someone be interested:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Form builder
Package Version
v2.17.55
How can we help you?
When looking at the V2 docs for multi-select dropdowns, this is what the component looks like with a few options selected:
When I implement a multi-select dropdown in my Admin Panel, this is what it looks like:
Note how the selected option is positioned above the search field instead of beneath it (and how there’s no separating line between the two).
I would prefer the layout shown in the docs, but I can’t find a method or property to switch. The
Select
component has aposition()
method, but it’s not documented, and I can’t really figure out what it’s supposed to do. It expects a string or closure parameter, and the string values I’ve tried with have made no discernible difference (including when inspecting the Alpine component on the loaded page).So how do I get the results after the search field like in the docs?
Beta Was this translation helpful? Give feedback.
All reactions