Unwanted tree node expansion
-
Hi,
suppose there is a tree with input components on every node. When I click into the input to start typing some characters, the node expands automatically (or colapses if already expanded). How to avoid this unwanted expansion?See the example:
https://jsfiddle.net/akahanek/vwemd0bf/1/Thank you
Ales -
try add to q-input element “@click.stop”
-