multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

The @create is triggered twice on tag create, when :on-create is not configured

Open LuukVerhagen opened this issue 3 months ago • 0 comments

Version

  • Vue version: 3

Description

The @create is triggered twice on tag create, when :on-create is not configured. The first time it's triggered here where the 'option' argument is getting the option object. The second time it's triggered here where the 'option' argument is getting the label as string passed.

I solved it for myself to change @create in :on-create, but still it might be unwanted behavior.

Demo

The JSFiddle: https://jsfiddle.net/ofcud08z/4/

LuukVerhagen avatar Sep 29 '25 14:09 LuukVerhagen