Autocomplete empty text when lost focus #3147
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
After replace following code
[value]=\"value ? (field ? resolveFieldData(value) || value : value) : null\"
with
[value]=\"value ? (field ? resolveFieldData(value) || '' : value) : null\"
result in this issue :
PrimeNg version : 4.1.0-rc.2
Angular version : 4.2.3
The text was updated successfully, but these errors were encountered: