fix(USelectEntity): fix assigning of label in case of several consecutive calls of setQueryByValue method (v2.0)
The same fix as introduced in !1576 (merged) but with the modified chooseOption
method: before the fix it had a call of the setQueryByValue
method rigth after $emit('input', null)
. That call was redundant because of the value
watcher which invoked setQueryByValue
as well.
Also documentation for the input
event arguments is improved.
Edited by Chernykh Denys