Version
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/