8627-devToTest #1421

Merged
alexm merged 768 commits from 8627-devToTest into test 2025-02-18 12:37:37 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 290a7273d0 - Show all commits

View File

@ -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>