-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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-autocomplete bug in field based object mapping #910
Comments
this solution is not working when search, select with enter result from list and press tab. Text in autocomplete will be empty. |
After updating from 4.0.3 to 4.1.0-rc.1 (or 4.1.0) autocomplete is also empty for me after selecting a value from suggestions. It might also be connected with #3147, I'm not sure |
I have the same error than @bakasmarius with the same version. I have to get primeng 4.0.3 for getting autocomplete working again. |
It's still not fixed in 4.1.2 - in which version can we expect a fix? Is there a temporary workaround? |
I thought fixing #3360 would fix this, but I still get the same broken functionality in 4.2.0-rc.1... |
@cagataycivici - me and other developers are forced to use 4.0.3 because of this issue. I managed to work around it using some hacks, but I still need to create an additional array or object that holds the default autocomplete values as they are not shown when the page/component loads. Could you PLEASE tell us how to implement the new functionality of autocomplete correctly? Or could you maybe add an option so that it could work both ways? |
There is template code:
So if I have object as value and there is field in this object with undefined value then value is set to [value] with result [object Object] as string
example:
Something like:
The text was updated successfully, but these errors were encountered: