primevue icon indicating copy to clipboard operation
primevue copied to clipboard

Password: If the state is invalid, the placeholder text remains gray instead of turning red

Open Tamas-hi opened this issue 1 year ago • 1 comments

Describe the bug

A normal TextInput placeholder turns red once it is invalid, however the password remains gray.

image

The inputwrapper related to the password html field should get the p-invalid class as well I believe.

Reproducer

later - if necessary

PrimeVue version

4.0.4

Vue version

4.x

Language

TypeScript

Build / Runtime

Vite

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

Tamas-hi avatar Aug 12 '24 13:08 Tamas-hi

We're unable to replicate your issue, if you are able to create a reproducer or add details please edit this issue. This issue will be closed if no activities in 20 days.

github-actions[bot] avatar Aug 21 '24 14:08 github-actions[bot]

We're unable to replicate your issue, if you are able to create a reproducer or add details please edit this issue. This issue will be closed if no activities in 20 days.

github-actions[bot] avatar Oct 28 '24 20:10 github-actions[bot]

v4.2.0 adds form.field.invalid.placeholder.color, defaults to a red color now.

cagataycivici avatar Oct 28 '24 20:10 cagataycivici