Skip to content

Validate text length on lockup text fields

Tyler R Lemburg requested to merge feature/issue-3 into develop

Because of developer laziness and not a great need, we weren't doing this before. However it is good to ensure that we hold to standards that we set, so we're putting this into play. Javascript validation occurs and the server checks as well, on create and edit processes.

Merge request reports