diff --git a/packages/nc-gui/components/cell/Currency.vue b/packages/nc-gui/components/cell/Currency.vue index e2ea7a9e77..ea0448aaf8 100644 --- a/packages/nc-gui/components/cell/Currency.vue +++ b/packages/nc-gui/components/cell/Currency.vue @@ -74,6 +74,7 @@ onMounted(() => { v-if="editEnabled" :ref="focus" v-model="vModel" + type="number" class="w-full h-full border-none outline-none px-2" @blur="submitCurrency" @keydown.down.stop @@ -88,7 +89,9 @@ onMounted(() => { NULL - {{ currency }} + + {{ currency }} +