Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Emanuele Gravela

Can not select any field from the drops down menu

When I try to enter e new column and then select the related custom field the pro version of the plugin down not allow me to open the dropdown menu (listing all of the fields), it seems to be a bug.
At the following link a uploaded a video capture of my issue https://we.tl/t-4jizUO3ViU

Anyone knows any solution?

3 years, 3 months ago
Tobias Schutter
Developer

There are no known issues with the settings page. It could be a plugin conflict. Can you see if you have any javascript errors?

Here are instructions on how to open your browser’s console: https://balsamiq.com/support/faqs/browserconsole/

3 years, 3 months ago
Stefan van den Dungen Gronovius
Developer

The issue seems to be a CSS conflict.
The admin elements are places on top of the select2 dropdown element.
A simple fix with custom CSS should do the trick.
Your select2 drop-down is suffixed with AC, so you should be able to set the z-index higher with an important statement.


.select2-container--acs2 {
  z-index: 99998!important
}
3 years, 3 months ago

You must be logged in to reply to this topic.