Is there in VueJS a way to bind an inputbox to another inputbox, but only one way?
I want to make a copy of box1 to box2 while typing. But when I start editing box2 I want nothing to happen. (Box2 also has a binding to another field with VueJS)
Seems that my existing jQuery on(click) handler is overruled by Vue...