Skip to content

Commit 4c85b1e

Browse files
committed
fix textarea is not empty
1 parent d0b9fd9 commit 4c85b1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ <h2 class="text-2xl font-bold">Styled</h2>
100100
class="mt-1 block w-full h-24"
101101
rows="3"
102102
placeholder="Enter some long form content."
103-
>
104-
</textarea>
103+
></textarea>
105104
</label>
106105
<div class="block">
107106
<span class="text-gray-700">Checkboxes</span>

0 commit comments

Comments
 (0)