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 6d3cbc9 commit 9e1c4f9Copy full SHA for 9e1c4f9
test/app/index.html
@@ -89,6 +89,8 @@ <h1>igCombo</h1>
89
<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">
90
<multi-selection enabled="true"></multi-selection>
91
</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>
94
<br/>
95
<ul id="combomodel">
96
<li ng-repeat="record in northwind">
0 commit comments