Skip to content

Commit 9e1c4f9

Browse files
committed
Add unit test for fix (index.html)
Fix "No events fired when custom value is entered" #58
1 parent 6d3cbc9 commit 9e1c4f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/app/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ <h1>igCombo</h1>
8989
<ig-combo id="combo2" data-source="northwind" value-key-type="number" value-key="ProductID" text-key-type="string" text-Key="ProductName" ng-model="combo.value2">
9090
<multi-selection enabled="true"></multi-selection>
9191
</ig-combo>
92+
<ig-combo id="combo3" data-source="northwind" allow-custom-value="true" value-key="ProductID" text-key="ProductName" ng-model="combo.value1">
93+
</ig-combo>
9294
<br/>
9395
<ul id="combomodel">
9496
<li ng-repeat="record in northwind">

0 commit comments

Comments
 (0)