1. Lumigasport
  2. General
  3. Wednesday, November 15 2017, 12:03 AM
Hi support team,

After the latest update the height of my dropdown is changed.
It's now over 4 lines.

See screenshot.

Is there a way to fix this?

Kind regards,
Lumiga
Attachments (1)
admin Accepted Answer
Admin
Hi,
in the last update select field search allow multiple values, so you can search for example for values "Drenthe" and "Frevoland" at the same time.

Now you see a normal HTML select with "multiple" attribute, this happened because you have disabled "jQuery Chosen" via CSS (https://www.easy-profile.com/support/two-differents-select-buttons.html).

You can:
1) remove "multiple" attribute via Javascript by adding this simple javascript code:
jQuery(document).ready(function(){
jQuery('.jsn_search #jform_provincie').removeAttr('multiple');
});
2) Re-enable "jQuery Chosen" (https://www.easy-profile.com/support/two-differents-select-buttons.html)
  1. more than a month ago
  2. General
  3. # 1
Lumigasport Accepted Answer
Basic
Thanks!
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.