You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
`
<p-dropdown
[options]="cities"
[(ngModel)]="selectedCity"
optionLabel="name"
[editable]="true"
inputId="float-label"
/>
Select a City
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.
The text was updated successfully, but these errors were encountered: