#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:
committed by
Sebastiaan Janssen
parent
e6f264136c
commit
6fc8126076
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user