Manual input value is light grey in editable dropdown #2510
Unanswered
Artynsen
asked this question in
PrimeNG Templates
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem:
Value is light grey when user uses manual input.
When user uses selection of dropdown options - value is dark grey.
How to reproduce:
Use [placeholder]="'some placeholder text'" and [editable]="true".
Input value manually.
Source of problem:
When editable dropdown has placeholder and user manully inputs value - class 'p-placeholder' and 'aria-label = 'some placeholder text'' don't dissapear on input element.
Beta Was this translation helpful? Give feedback.
All reactions