We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2217d8 commit 9bf3fd5Copy full SHA for 9bf3fd5
1 file changed
src/components/task-management/CategoryAdd.vue
@@ -27,7 +27,7 @@
27
placeholder-text="카테고리명을 입력해주세요"
28
:label-name="`${categoryStep}차 카테고리명`"
29
:is-invalidate="errorMessage.categoryName"
30
- :limitLength="10" />
+ :limitLength="30" />
31
<RequestTaskInput
32
v-model="categoryForm.code"
33
placeholder-text="카테고리의 작업코드를 입력해주세요"
@@ -47,7 +47,7 @@
47
<textarea
48
class="w-full h-32 border border-border-1 px-4 py-2 resize-none focus:outline-none rounded"
49
:value="categoryForm.descriptionExample"
50
- :maxlength="200"
+ :maxlength="100"
51
:placeholder="'부가설명 템플릿을 작성해주세요'"
52
@input="onValueChange">
53
</textarea>
0 commit comments