fix(nc-gui): open keyboard related to field type

This commit is contained in:
Ramesh Mane
2025-09-15 07:02:06 +00:00
parent bcc909f521
commit 7c10ca146a
3 changed files with 3 additions and 0 deletions

View File

@@ -210,6 +210,7 @@ onMounted(() => {
:placeholder="placeholder"
style="letter-spacing: 0.06rem; height: 24px !important"
:style="inputStyle"
inputmode="decimal"
:disabled="disabled"
@keydown.enter.exact="onInputKeyUp($event, false)"
@keydown.left.stop