vue-tags-input icon indicating copy to clipboard operation
vue-tags-input copied to clipboard

AddOnBlur not working

Open tarunmangukiya opened this issue 5 years ago • 4 comments

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.

tarunmangukiya avatar Mar 18 '19 13:03 tarunmangukiya

I'll plus one on this. I need this to work when the user tabs away.

madsbuch avatar Mar 28 '19 04:03 madsbuch

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)

lasthead avatar May 22 '19 09:05 lasthead

I recently published the version 2.1.0 and add-on-blur should now work as expected when pressing tab

JohMun avatar Jun 30 '19 11:06 JohMun

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

valdoryu avatar Sep 12 '19 13:09 valdoryu