• Hi Guys

    Think i have found a possible bug on the multi-select field. as you can see i use placeholder text as my field titles rather than ones above the field (clients preference).

    If you check under the heading (Area willing to work) and select a province, a multi-select field to the right will appear but does not show the placeholder text. i know the conditional on these multi-select fields are causing the issue as when i remove the conditional then the placeholder text is there. also once i do add a selection to the multi-select field and then remove it, the placeholder appears. Any ideas to fix this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Aswin Giri

    (@aswingiri)

    Hello @madebymot

    Please try adding the following CSS codes to wp-content > Appearance > Customize > Additional CSS and see if that fixes the issue.

    .um.um-register.um-2965 .um-form[data-mode="register"] form #um_field_2965_candidate_limpopo_suburb:not([style*="display: none;"]) input[role="searchbox"] {
      width:100% !important;
    }
    Thread Starter madebymot

    (@madebymot)

    Hi Aswin Girl,

    Have added the css but no change unfortunately. have left the css in custom for you to check.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible bug on multi select field’ is closed to new replies.