How to adjust validation for drop-down field?

  • katra
    Asked on May 21, 2016 at 10:54 AM

    There seems to be a UI issue when drop downs are validated... as you can see the right selector overflows when validated..  Please see screenshot.

    How to adjust validation for drop down field? Image 1 Screenshot 20

  • Nik_C
    Replied on May 21, 2016 at 12:00 PM

    Could you please try to Insert this CSS in your Custom CSS field:

    #cid_19{

    position:static!important;

    }

    #cid_23{

    position:static!important

    }

    It will remove the arrow though.

    Let me know if that works for you or if you need more adjusting.

    Thank you!

     

  • katra
    Replied on May 21, 2016 at 12:42 PM

    Actually, i added this to the form CSS and it worked better.. :)   and arrow still shows  :)

     

    div#cid_23, div#cid_19 {

    max-height : 38px;

    }

  • Welvin Support Team Lead
    Replied on May 21, 2016 at 1:17 PM

    That's great to know. Please contact us again if we can help in any way.