Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p-dropdown with editable=true and floating labels doesn't work with manually entered values #16049

Open
HeikeDuennebacke opened this issue Jul 17, 2024 · 1 comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@HeikeDuennebacke
Copy link

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

with [editable]="true" in combination with should behave the same when manually typing a value as when selecting a value from the drop down list.

@HeikeDuennebacke HeikeDuennebacke added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 17, 2024
@v-jovan
Copy link

v-jovan commented Aug 22, 2024

I have the same problem.
I saw that it was fixed here #10170 but somehow it's still present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

2 participants