Skip to content

Commit

Permalink
Merge pull request #1248 from GemeenteUtrecht/start-case-max-length
Browse files Browse the repository at this point in the history
Limit start case input length
  • Loading branch information
kelvincy authored Apr 16, 2024
2 parents 5af8c1c + 0c3a9a2 commit d1e1265
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export class FeaturesStartCaseComponent implements OnInit {
label: 'Zaakomschrijving',
name: 'omschrijving',
required: true,
maxlength: 80,
value: '',
},
{
Expand Down

0 comments on commit d1e1265

Please sign in to comment.