#4426 - Added track by $index for Repeatable Textstrings

This commit is contained in:
Bjarke Berg
2019-02-14 09:39:42 +01:00
parent fe9b964ffe
commit 71f128d796

View File

@@ -1,7 +1,7 @@
<div class="umb-property-editor umb-multiple-textbox" ng-controller="Umbraco.PropertyEditors.MultipleTextBoxController">
<div ui-sortable="sortableOptions" ng-model="model.value">
<div class="flex flex-wrap textbox-wrapper" ng-repeat="item in model.value">
<div class="flex flex-wrap textbox-wrapper" ng-repeat="item in model.value track by $index">
<input type="text" name="item_{{$index}}" ng-model="item.value" class="umb-property-editor umb-textstring textstring"
ng-keyup="addRemoveOnKeyDown($event, $index)" focus-when="{{item.hasFocus}}"/>
<i class="icon icon-navigation handle" localize="title" title="@general_move"></i>