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
Still an issue in PrimeNG 17.13.0. The component is actually not usable if the options are objects but the value that needs to be stored is not the object itself but, for example, its ID.
cetincakiroglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Apr 26, 2024
cetincakiroglu
added
Type: New Feature
Issue contains a new feature or new component request
and removed
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
labels
Apr 26, 2024
cetincakiroglu
changed the title
Autocomplete: Option Value is no longer working properly
Autocomplete: optionValue support
Apr 26, 2024
Describe the bug
Well the autocomplete with dataKey is broken, as it is no longer implemented at all.
Autocomplete.ts:
There is another line with a todo that the optionValue should be used (instead of this.dataKey).
Environment
Does not matter
Reproducer
No response
Angular version
Does not matter
PrimeNG version
17.3.3
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
Does not matter
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Should be properly implemented as stated in the TODO
The text was updated successfully, but these errors were encountered: