Merge branch 'main' into add-char-counts-with-max-to-lots-of-inputs

This commit is contained in:
Tonya
2024-09-28 20:28:01 +00:00
committed by GitHub
61 changed files with 2469 additions and 1037 deletions

View File

@@ -7,6 +7,7 @@
v-model="form.name"
:trigger-focus="focused"
:autofocus="true"
:required="true"
label="Location Name"
:max-length="255"
:min-length="1"
@@ -20,7 +21,7 @@
<label tabindex="0" class="btn rounded-l-none rounded-r-xl">
<MdiChevronDown class="size-5" />
</label>
<ul tabindex="0" class="dropdown-content menu rounded-box right-0 w-64 bg-base-100 p-2 shadow">
<ul tabindex="0" class="dropdown-content menu rounded-box bg-base-100 right-0 w-64 p-2 shadow">
<li>
<button type="button" @click="create(false)">{{ $t("global.create_and_add") }}</button>
</li>