Forums › Forums › Search & Filter Pro › Dropdown Select2 Style
- This topic has 14 replies, 3 voices, and was last updated 5 years, 6 months ago by
Ross.
-
Trevor(Private) January 24, 2020 at 10:41 am #232002
I think I understand. What you want is, when the select opens, for it not to overlap the fields below, but instead for them to move down. The issue is, that the dropdown list is positioned using CSS positioning and z-index, so will always sit above the content.
I do not know of any way to do as you ask, sorry.
Anonymous(Private) January 24, 2020 at 12:08 pm #232005in the “select2” documentation I found this that should be right for me, but I don’t understand how to implement this
https://select2.org/advanced/default-adapters/dropdownRoss Moderator(Private) January 24, 2020 at 12:55 pm #232019Hi Clad
I’m not sure what you are asking for is possible, we don’t supply any kind of filter to modify the select 2 options.
In regards to your initial request though, I think I may have a viable solution…
Why not add a heading to each of your fields, and use these headings as the accodian headings, and this should work with any field type?
Our HTML structure will support this.
Let me know if thats what you’re after and I’ll see if I can dig out some JavaScript.
Thanks
-
AuthorPosts