mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 23:16:49 +00:00
fix(nc-gui): open keyboard related to field type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user