Skip to content

Commit

Permalink
Add a maximum length to the validator text area.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer committed Jul 4, 2023
1 parent dd002b6 commit bbdc2c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ extension ValidateSPIManifest {
.name("manifest"),
.autofocus(true),
.rows(15),
.text(model.manifest)
.text(model.manifest),
.attribute(named: "maxlength", value: "1000")
)
),
.button(
Expand Down

0 comments on commit bbdc2c8

Please sign in to comment.