show builder default fields on mobile dropdown

This commit is contained in:
Pete Matsyburka
2023-12-27 15:53:12 +02:00
parent 94d745cf1c
commit 8100ca46c2
3 changed files with 162 additions and 53 deletions
+3 -3
View File
@@ -70,7 +70,7 @@
:field="field"
/>
<span
v-else-if="!defaultField"
v-else
class="dropdown dropdown-end"
>
<label
@@ -91,7 +91,7 @@
@click="closeDropdown"
>
<div
v-if="field.type === 'text'"
v-if="field.type === 'text' && !defaultField"
class="py-1.5 px-1 relative"
@click.stop
>
@@ -153,7 +153,7 @@
</label>
</li>
<li
v-if="field.type === 'text'"
v-if="field.type === 'text' && !defaultField"
@click.stop
>
<label class="cursor-pointer py-1.5">