Compare commits
2 Commits
3a8e601a37
...
878d72b785
| Author | SHA1 | Date |
|---|---|---|
|
|
878d72b785 | |
|
|
705bff439e |
|
|
@ -501,8 +501,15 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Placeholder -->
|
<!-- Placeholder -->
|
||||||
|
<text-area-input
|
||||||
|
v-if="hasPlaceholder && field.type === 'text' && field.multi_lines"
|
||||||
|
name="placeholder"
|
||||||
|
class="mt-3"
|
||||||
|
:form="field"
|
||||||
|
label="Empty Input Text (Placeholder)"
|
||||||
|
/>
|
||||||
<text-input
|
<text-input
|
||||||
v-if="hasPlaceholder"
|
v-else-if="hasPlaceholder"
|
||||||
name="placeholder"
|
name="placeholder"
|
||||||
class="mt-3"
|
class="mt-3"
|
||||||
:form="field"
|
:form="field"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue