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?
01-06-2026 04:20 PM
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.
01-07-2026 07:47 AM