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 Nov 22, 2021. It is now read-only.
Removing a tag marks the element as invalid when the allowLeftoverText is true and there is some leftover text, even though the element remains focused. That's happening because the element validity is checked when the model changes (i.e. some item is either added or removed from the array).
The text was updated successfully, but these errors were encountered:
Fix element validity when removing a tag and there is some text in the
input field and the allowLeftoverText option is set to false.
Closesmbenford#381
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Removing a tag marks the element as invalid when the
allowLeftoverText
is true and there is some leftover text, even though the element remains focused. That's happening because the element validity is checked when the model changes (i.e. some item is either added or removed from the array).The text was updated successfully, but these errors were encountered: