Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 821ce57

Browse files
committed
Converting inputs to type=hidden in demo
1 parent 4469fd7 commit 821ce57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h3>Value</h3>
134134
<div class="example row">
135135
<div class="col-md-4 left">
136136
<label>Pre-defined value</label>
137-
<input type="text" style="width:300px" ui-select2="multi" ng-model="multi2Value"/>
137+
<input type="hidden" style="width:300px" ui-select2="multi" ng-model="multi2Value"/>
138138
</div>
139139
<div class="col-md-8 right">
140140
<h3>Config</h3>
@@ -189,7 +189,7 @@ <h2>Array Data</h2>
189189
<div class="example row">
190190
<div class="col-md-4 left">
191191
<label>Simple</label>
192-
<input type="text" style="width:300px" ui-select2="array" ng-model="arrayValue"/>
192+
<input type="hidden" style="width:300px" ui-select2="array" ng-model="arrayValue"/>
193193
</div>
194194
<div class="col-md-8 right">
195195
<h3>Config</h3>
@@ -201,7 +201,7 @@ <h3>Value</h3>
201201
<div class="example row">
202202
<div class="col-md-4 left">
203203
<label>Asynchronous</label>
204-
<input type="text" style="width:300px" ui-select2="arrayAsync" ng-model="arrayAsyncValue"/>
204+
<input type="hidden" style="width:300px" ui-select2="arrayAsync" ng-model="arrayAsyncValue"/>
205205
</div>
206206
<div class="col-md-8 right">
207207
<h3>Config</h3>

0 commit comments

Comments
 (0)