I use ng tag input to autocomplete if autocomplete returns the result of the same text, for example: two results are filled when I type βRβ, βRobβ, βRobβ like this.
I clicked on one βRobβ, now it is in the text box, but when I type βRβ again, βRobβ does not fit. How to ensure uniqueness for each item in the list.
source
share