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
Hello,
currently onTextChange event emitter has generic type TagModel (which is superset of a string type) but string on its own would be sufficient. We only emit value of text input, which is always of string type.
Hello,
currently
onTextChange
event emitter has generic typeTagModel
(which is superset of astring
type) butstring
on its own would be sufficient. We only emit value of text input, which is always ofstring
type.ngx-chips/modules/components/tag-input/tag-input.ts
Line 270 in 8e34983
The text was updated successfully, but these errors were encountered: