Component: dropdown - Editable dropdown does not change value to empty string #14546
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
If one of the options is empty string, when selected from the dropdown, the content of the editable box will not change to the empty string. I believe the culprit is this condition:
https://github.com/primefaces/primeng/blame/2585e7c8f6c7f5a37d97e7712f9fb293bd4f6065/src/app/components/dropdown/dropdown.ts#L943
The text was updated successfully, but these errors were encountered: