Compare commits
No commits in common. "878d72b785ae32a1bae88551533515fe708e2780" and "3a8e601a3793cdd484aa4f7ee64ccd92704ab9aa" have entirely different histories.
878d72b785
...
3a8e601a37
|
|
@ -501,15 +501,8 @@
|
|||
</div>
|
||||
|
||||
<!-- 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
|
||||
v-else-if="hasPlaceholder"
|
||||
v-if="hasPlaceholder"
|
||||
name="placeholder"
|
||||
class="mt-3"
|
||||
:form="field"
|
||||
|
|
|
|||
Loading…
Reference in New Issue