File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments