Open HeikeDuennebacke opened 3 months ago
When adding the [editable]="true" property to the component and using float labels, it is not possible to type a value manually.
Reproduction on stackblitz: https://stackblitz.com/edit/ybzyi4?file=src%2Fapp%2Fdropdown-editable-demo.ts
@angular-devkit/architect 0.1800.5 @angular-devkit/build-angular 18.0.5 @angular-devkit/core 18.0.5 @angular-devkit/schematics 18.0.5 @angular/cli 18.0.5 @schematics/angular 18.0.5 rxjs 7.8.1 typescript 5.4.5 primeng 17.18.4 zone.js 0.14.7
No response
18.0.5
17.18.4
Angular CLI App
TypeScript
20.11.0
Firefox, Chrome (current versions)
Clicking into the dropdown field -> typing manually is impossible.
I have the same problem. I saw that it was fixed here #10170 but somehow it's still present.
Describe the bug
When adding the [editable]="true" property to the component and using float labels, it is not possible to type a value manually.
Reproduction on stackblitz: https://stackblitz.com/edit/ybzyi4?file=src%2Fapp%2Fdropdown-editable-demo.ts
Environment
@angular-devkit/architect 0.1800.5 @angular-devkit/build-angular 18.0.5 @angular-devkit/core 18.0.5 @angular-devkit/schematics 18.0.5 @angular/cli 18.0.5 @schematics/angular 18.0.5 rxjs 7.8.1 typescript 5.4.5 primeng 17.18.4 zone.js 0.14.7
Reproducer
No response
Angular version
18.0.5
PrimeNG version
17.18.4
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.0
Browser(s)
Firefox, Chrome (current versions)
Steps to reproduce the behavior
Clicking into the dropdown field -> typing manually is impossible.
Expected behavior