This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ <h3>Value</h3>
134
134
< div class ="example row ">
135
135
< div class ="col-md-4 left ">
136
136
< 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 "/>
138
138
</ div >
139
139
< div class ="col-md-8 right ">
140
140
< h3 > Config</ h3 >
@@ -189,7 +189,7 @@ <h2>Array Data</h2>
189
189
< div class ="example row ">
190
190
< div class ="col-md-4 left ">
191
191
< 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 "/>
193
193
</ div >
194
194
< div class ="col-md-8 right ">
195
195
< h3 > Config</ h3 >
@@ -201,7 +201,7 @@ <h3>Value</h3>
201
201
< div class ="example row ">
202
202
< div class ="col-md-4 left ">
203
203
< 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 "/>
205
205
</ div >
206
206
< div class ="col-md-8 right ">
207
207
< h3 > Config</ h3 >
You can’t perform that action at this time.
0 commit comments