Skip to content

Commit 398e92c

Browse files
committed
fix: remove default character limit
1 parent f439d83 commit 398e92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textarea/textarea.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
minHeight = 1
2525
defaultHeight = 6
2626
defaultWidth = 40
27-
defaultCharLimit = 400
27+
defaultCharLimit = 0 // no limit
2828
defaultMaxHeight = 99
2929
defaultMaxWidth = 500
3030

0 commit comments

Comments
 (0)