Skip to content

fix(USelectEntity): fix assigning of label in case of several consecutive calls of setQueryByValue method (v2.0)

Chernykh Denys requested to merge fix/u-select-entity_labels-fetching_2.0 into master

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

Merge request reports

Loading