#8412 Set ng-maxlength and maxlength attributes on the tag input in umb-tags-editor.html to avoid a string or binary data would be truncated error when the entered tag exceeds the database column length

This commit is contained in:
Gareth Evans
2020-07-10 15:30:00 +12:00
committed by Sebastiaan Janssen
parent e6f264136c
commit 6fc8126076

View File

@@ -26,6 +26,8 @@
ng-model="vm.tagToAdd"
ng-keydown="vm.addTagOnEnter($event)"
ng-blur="vm.addTag()"
ng-maxlength="200"
maxlength="200"
localize="placeholder"
placeholder="@placeholders_enterTags" />