Drop down with multiple-select options not displaying correctly in Google Chrome

  • cyaconference
    Asked on March 15, 2017 at 6:35 AM

    the multi select option drop down list we have on the last page of the form is presenting incorrectly in Chrome. See attached screen print. We've checked on multiple computers and get the same result.

    Jotform Thread 1092027 Screenshot
  • Mike
    Replied on March 15, 2017 at 9:14 AM

    Thank you for contacting us.

    I was able to reproduce the issue in Chrome on that specific form. I have added the next CSS in order to fix it.

    .form-dropdown {
    -webkit-appearance: listbox !important;
    }

    Drop down with multiple select options not displaying correctly in Google Chrome Image 1 Screenshot 30

    And changed Visible Options to 5.

    Drop down with multiple select options not displaying correctly in Google Chrome Image 2 Screenshot 41

    Please re-check the form.

  • cyaconference
    Replied on March 15, 2017 at 9:55 AM

    Thanks for getting the solution back to me so quickly. It's all good now.