feat: reduce maximum description length in CreateFolderDialog to improve user input validation
--bug=1057414 --user=刘瑞斌 【工具】文件夹描述=256,保存时报错 https://www.tapd.cn/62980211/s/1718745
This commit is contained in:
parent
bac0f79c93
commit
bdba507090
@ -29,7 +29,7 @@
|
|||||||
v-model="folderForm.desc"
|
v-model="folderForm.desc"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
:placeholder="$t('components.folder.descriptionPlaceholder')"
|
:placeholder="$t('components.folder.descriptionPlaceholder')"
|
||||||
maxlength="256"
|
maxlength="128"
|
||||||
show-word-limit
|
show-word-limit
|
||||||
:autosize="{ minRows: 3 }"
|
:autosize="{ minRows: 3 }"
|
||||||
@blur="folderForm.desc = folderForm.desc.trim()"
|
@blur="folderForm.desc = folderForm.desc.trim()"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user