cancel
Showing results for 
Search instead for 
Did you mean: 

Microform placeholder styling not working

The documentation here shows that you should be able to use the `::placeholder` selector to set the color of the placeholder text. I've tried setting this, and it seems to have zero effect. I've tested in Chromium based browsers as well as Firefox, but it doesn't seem like the property is getting passed through.

I'm using https://flex.cybersource.com/microform/bundle/v2/flex-microform.min.js and code very similar to the sample code on the documentation page I linked.

Is anybody else having this issue?

thill-workd
New Member
1 REPLY 1

I found the issue. Seems to be a bug where you also have to set the `:hover` style to something in order for it to work. I've tested changing JUST that, and with `:hover` it works, but without `:hover` it doesn't work.

I opened a support case and pointed this out. Maybe they'll fix it, but thought I'd mention it here in case others have the same issue.

thill-workd
New Member