We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e517b commit 5024160Copy full SHA for 5024160
resources/js/components/FormField.vue
@@ -12,7 +12,6 @@
12
</div>
13
<div class="flex mb-4">
14
<div class="w-1/2 m-3">
15
-<!-- new-->
16
<textarea
17
v-bind="extraAttributes"
18
class="w-full form-control form-input form-input-bordered py-3 h-auto"
@@ -21,16 +20,6 @@
21
20
:value="value"
22
@input="handleChange"
23
/>
24
-<!-- old-->
25
-<!-- <textarea-->
26
-<!-- :id="field.name"-->
27
-<!-- type="text"-->
28
-<!-- class="w-full form-control form-input form-input-bordered"-->
29
-<!-- :class="errorClasses"-->
30
-<!-- :placeholder="field.name"-->
31
-<!-- v-model="value"-->
32
-<!-- v-bind="extraAttributes"-->
33
-<!-- />-->
34
35
36
0 commit comments