Skip to content

Commit

Permalink
Add Minlength
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Nov 17, 2023
1 parent 1ee2eca commit 1c93e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions attrs/attrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const (
Maxlength = "maxlength"
Method = "method" // e.g., "GET", "POST"
Min = "min"
Minlength = "minlength"
Multiple = "multiple"
Name = "name"
// Deprecated: Use Novalidate instead
Expand Down

0 comments on commit 1c93e0b

Please sign in to comment.