limit recipe description input

This commit is contained in:
vabene1111
2025-08-17 10:46:22 +02:00
parent f5f001b3d2
commit 09131e8eae

View File

@@ -24,7 +24,7 @@
<v-form :disabled="loading || fileApiLoading">
<v-text-field :label="$t('Name')" v-model="editingObj.name"></v-text-field>
<v-textarea :label="$t('Description')" v-model="editingObj.description" clearable counter="512" rows="2" auto-grow></v-textarea>
<v-textarea :label="$t('Description')" v-model="editingObj.description" clearable counter="512" maxlength="512" rows="2" auto-grow></v-textarea>
<v-row>
<v-col cols="12" md="6">