Skip to content

Commit 5024160

Browse files
committed
Cleanup
1 parent f6e517b commit 5024160

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

resources/js/components/FormField.vue

-11
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
</div>
1313
<div class="flex mb-4">
1414
<div class="w-1/2 m-3">
15-
<!-- new-->
1615
<textarea
1716
v-bind="extraAttributes"
1817
class="w-full form-control form-input form-input-bordered py-3 h-auto"
@@ -21,16 +20,6 @@
2120
:value="value"
2221
@input="handleChange"
2322
/>
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-
<!-- />-->
3423
</div>
3524

3625
<div class="w-1/2 m-3">

0 commit comments

Comments
 (0)