fixed number input precision

This commit is contained in:
vabene1111
2025-04-26 17:53:46 +02:00
parent ec4fa50012
commit 32fd6e3827
12 changed files with 16 additions and 16 deletions

View File

@@ -41,7 +41,7 @@
</v-col>
<v-col cols="12" md="4">
<v-number-input :label="$t('Servings')" v-model="newCookLog.servings"></v-number-input>
<v-number-input :label="$t('Servings')" v-model="newCookLog.servings" :precision="2"></v-number-input>
</v-col>
<v-col cols="12" md="4">
<v-date-input :label="$t('Date')" v-model="newCookLog.createdAt"></v-date-input>