-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Component: Autocomplete #14341
Comments
Hi, Could you please share a stackblitz reproducer so we can identify the issue? |
I don't know, but i use apollo-16. Could be that issue born there |
Could you please share some code? |
package.json
component.html
component.ts //Declaracion //methods
`` |
I have the same issue after upgrading from v16 to v17...
vm.dto.Description = null In previous version this showed an empty input |
Apollo 16 is compatible with PrimeNG 16 and Angular 16. Probably the issue is related with version mismatch. You can download the v17 of the apollo from the store. Closing the issue since it's fixed in the v17, please re-open the issue if it persists. |
still getting issue in 17.12.0 |
I'm getting the same issue on Version 17.12.0 |
I'm sorry for those who broke all autocomplete functionalities. keyboard arrowdown doesn't open the dropdown, an empty object can not be passed to ngmodel as initial value, changed the style classes. what else????????? |
Describe the bug
On textbox from autocomplete component, show it [object Object]
Environment
Reproducer
No response
Angular version
17.0.6
PrimeNG version
17.0.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.10.0
Browser(s)
Chrome
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: