Skip to content

Commit

Permalink
Merge pull request #80 from chasefleming/chasefleming/79
Browse files Browse the repository at this point in the history
Add "step" and "size" to attributes list
  • Loading branch information
chasefleming authored Nov 15, 2023
2 parents ecbd947 + c4c70bc commit e1eccbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions attrs/attrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ const (
Required = "required"
Rows = "rows"
Selected = "selected"
Size = "size"
Step = "step"
Type = "type"
Value = "value"

Expand Down

0 comments on commit e1eccbe

Please sign in to comment.