inputMask: what are the dom elements it uses? (classes/ids..) for customisation
Hi Sean and Team
I'd like to change the color of the placeholder or mask used for inputMask.
When I inspect element, I can't see anything in the DOM, so I'm struggling to find out which selectors to change with CSS.
Is there a programmatic way to customise colors and feel? or is there a data- / or other selector where the mask and placeholder are put into the DOM?
Many thanks
Replies (1)
Hi,
The placeholder mask is placed as the text value of the input. It's not a separate DOM element that can be styled. So you can change its color CSS attribute and the placeholder but i input color will be same.
Regards.