Open mappopo opened 1 week ago
it is not possible to get the expected behaviour of editable if p-dropdown is inside a p-floatLabel. You can not write inside the box
`
if you move p-dropdown outside p-floatLabel it works correcly
angular primeng
https://stackblitz.com/edit/mgbc2j?file=src%2Fapp%2Fdropdown-floatlabel-demo.html
18.2.8
17.18.11
Angular CLI App
TypeScript
v20.14.0
all
just try to write Rome insede the box
When I type the first letter R the character R is expected to be shown. Then when I write o is expected to see Ro in the box and so on until Rome appear in the box.
Due to PrimeNG team's busy roadmap, this issue is available for anyone to work on. Make sure to reference this issue in your pull request. :sparkles: Thank you for your contribution! :sparkles:
Describe the bug
it is not possible to get the expected behaviour of editable if p-dropdown is inside a p-floatLabel. You can not write inside the box
`
if you move p-dropdown outside p-floatLabel it works correcly
Environment
angular primeng
Reproducer
https://stackblitz.com/edit/mgbc2j?file=src%2Fapp%2Fdropdown-floatlabel-demo.html
Angular version
18.2.8
PrimeNG version
17.18.11
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v20.14.0
Browser(s)
all
Steps to reproduce the behavior
just try to write Rome insede the box
Expected behavior
When I type the first letter R the character R is expected to be shown. Then when I write o is expected to see Ro in the box and so on until Rome appear in the box.