Inspecting input mask field shows empty spaces on the Designer

  • oerez
    Asked on January 30, 2015 at 2:37 PM
    2.) I cannot control the format of the masked input widget (font, color, box) with CSS.  When clicking on the form box in the CSS editor, it creates a blank entry.  Tried to inspect source to see if I could identify the name, but I can't seem to do so. This means that the masked widgets look different than my other fields, and I need granular control.
  • Elton Support Team Lead
    Replied on January 30, 2015 at 3:59 PM

    Hi,

    Please use the following selector for now as it would apply to all text box with input masked enabled.

    input[masked="true"]{

    background:yellow;

    }

    I have also forwarded this to our developers so they can fix the problem on the Designer - CSS Inspect particularly the input mask field.

    Inspecting input mask field shows empty spaces on the Designer Image 1 Screenshot 20

    Thank you for reporting this to us. 

    Regards!