Skip to content

Commit 8ac2be2

Browse files
authored
Merge pull request #1 from rezuankassim/master
fix textarea is not empty
2 parents c665d57 + 4c85b1e commit 8ac2be2

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)