Widgets: Grouped Values Dropdown widget's Size option not working

  • clarkschool
    Asked on September 16, 2016 at 2:02 PM

    Hi there,

    No matter what number I enter in the "Size" field of the Grouped Values Dropdown, all it does it increase the size of the entire field on my form and does nothing to increase the "number of options to show at one time".

    Is there some custom CSS I might add to fix this issue and allow more choices to show?

    Thank you.

  • Support_Management Jotform Support
    Replied on September 16, 2016 at 4:25 PM

    Hello, after doing some tests, I confirmed that the "Size" option on the Grouped Values Dropdown widget doesn't do anything. The size of the dropdown and the number of options to show at one time won't change at all.

    I'm currently looking for a CSS alternative to achieve this and will keep you posted as soon as I have one. And once I confirm that the Size option indeed doesn't work even on different forms, I will have to escalate this thread.

    For now, please allow me some time while I'm looking into it.

  • Support_Management Jotform Support
    Replied on September 16, 2016 at 4:56 PM

    All right, please try the following CSS codes to adjust the height of the Grouped Values Dropdown widget:

    .dropdown-menu.open {

       max-height: 300px !important;

    }

    .dropdown-menu.inner.selectpicker {

       max-height: 290px !important;

       height: 300px !important;

    }

    You will inject these CSS Codes on the widget's Custom CSS section like so:

    Widgets: Grouped Values Dropdown widgets Size option not working Image 1 Screenshot 40

    Original:

    Widgets: Grouped Values Dropdown widgets Size option not working Image 2 Screenshot 51

    Modified:

    Widgets: Grouped Values Dropdown widgets Size option not working Image 3 Screenshot 62

    Feel free to adjust the height and max-height values upon your discretion.

    I have also done some tests on my own form with a fresh Grouped Values Dropdown widget added and was able to replicate the Size issue you reported. I've escalated this to our Devs and although I won't be able to give you any timeframe, rest assured, we'll keep you apprised on this same thread if/when there's an update.

  • TitusNdoka JotForm Developer
    Replied on September 27, 2016 at 2:46 AM

    It's now fixed - Please check and let us know. 

    Thank you. 

  • clarkschool
    Replied on September 27, 2016 at 9:39 AM

    Thank you!