feat: add char counts

This commit is contained in:
tonya
2024-09-17 21:58:57 +00:00
parent 1b53a5235c
commit d159908b91
9 changed files with 135 additions and 25 deletions

View File

@@ -8,8 +8,10 @@
:trigger-focus="focused"
:autofocus="true"
label="Location Name"
:max-length="255"
:min-length="1"
/>
<FormTextArea v-model="form.description" label="Location Description" />
<FormTextArea v-model="form.description" label="Location Description" :max-length="1000" />
<LocationSelector v-model="form.parent" />
<div class="modal-action">
<div class="flex justify-center">