-
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
autoComplete dropdown button doesn't work #3829
Comments
same here, Since I updated ng-prime to version 4.2.0-rc.1 and the dropdown stopped work. |
Same for me. In 4.1.3 is working. |
Same here. Seems that in 4.2.0-rc.1, autocomplete does not capture update to the [suggestions] attribute unless it was called by (completeMethod) |
This problem occurs because in the component, the method
I don't have time to PR now even if it's a really easy fix. |
Same for me, Prime NG 4.2 |
Same here since v4.2.0 😞 |
This is fixed now but there is an important change, dropdown now handles the search itself to make it easier since you need to do a query manually on onDropdownClick yourself. New behavior eliminates this by introducing dropdownMode property. From the new docs;
Also please see; My suggestion would be updating to new version and removing your onDropdownClick handler. |
[x ] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
The text was updated successfully, but these errors were encountered: