We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209ccb9 commit 1abdca2Copy full SHA for 1abdca2
src/Umbraco.Web.UI.Client/src/views/propertyeditors/multipletextbox/multipletextbox.html
@@ -1,7 +1,7 @@
1
<div class="umb-editor umb-multiple-textbox" ng-controller="Umbraco.PropertyEditors.MultipleTextBoxController">
2
3
<div class="control-group" ng-repeat="item in model.value">
4
- <input type="text" name="item_{{$index}}" ng-model="item.value" />
+ <input type="text" name="item_{{$index}}" ng-model="item.value" class="umb-editor" />
5
<a prevent-default href="" title="Remove this text box"
6
ng-show="model.value.length > model.config.min"
7
ng-click="remove($index)">
0 commit comments