Skip to content

FieldShield v1.1.2 — Placeholder Fix & CSS Import Path

Choose a tag to compare

@anuragnedunuri anuragnedunuri released this 12 Apr 22:17
· 3 commits to main since this release

What's changed

Fixed

  • Placeholder blur — after the v1.1.1 monospace fix, the native ::placeholder was rendering in monospace on top of the mask layer's
    visible placeholder span, causing a ghost/double-text effect on empty fields. Fixed by setting .fieldshield-real-input::placeholder { color: transparent }.a11yMode is unaffected.

  • CSS import path — added "./style" to the exports map so consumerscan import the stylesheet with the short form:

    import "fieldshield/style"