vue-tags-input
vue-tags-input copied to clipboard
AddOnBlur not working
We're unable to use add-on-blur
.
I can see method inside the js
files and but input
element is using just emit
. It should call to blurred
function.
I'll plus one on this. I need this to work when the user tabs away.
Plus one on this. I need add tag on blur. In IOS after text typing add event on "done" (this is the same as onBlur)
I recently published the version 2.1.0 and add-on-blur
should now work as expected when pressing tab
Add on blur doesn't work for me on version 2.1.0 Clicking another field triggers blur event but doesn't add the tag