fix: refs #8388 update the right row
This commit is contained in:
parent
8d0d19d4c7
commit
290a7273d0
|
@ -155,9 +155,7 @@ function setCursor(ref) {
|
|||
const select = ref.vnSelectDialogRef
|
||||
? ref.vnSelectDialogRef.vnSelectRef
|
||||
: ref.vnSelectRef;
|
||||
const input = select.$el.querySelector('input');
|
||||
input.focus();
|
||||
input.setSelectionRange(0, 0);
|
||||
select.$el.querySelector('input').setSelectionRange(0, 0);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue