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
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
I faced an issue when using this great component as a tagging input as follows:
Assume the tags data source is [{id: 1, tagName: "Tag 1"}, {id: 2, tagName: "Tag 2"}, {id: 3, tagName: "Tag 3"}]
when i type "Tag 2" in the search box then press enter, the existing tag is not selected, it always considers it as a new tag.
how can i solve that ?
The text was updated successfully, but these errors were encountered:
I faced an issue when using this great component as a tagging input as follows:
Assume the tags data source is [{id: 1, tagName: "Tag 1"}, {id: 2, tagName: "Tag 2"}, {id: 3, tagName: "Tag 3"}]
when i type "Tag 2" in the search box then press enter, the existing tag is not selected, it always considers it as a new tag.
how can i solve that ?
The text was updated successfully, but these errors were encountered: