File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,12 @@ <h2>Options</h2>
219
219
*/
220
220
disableOnMobile: true,
221
221
222
+ /*
223
+ * Type: Boolean
224
+ * Description: Retain native dropdown behavior on mobile devices
225
+ */
226
+ nativeOnMobile: true,
227
+
222
228
/*
223
229
* Type: Boolean
224
230
* Description: Open select box on hover, instead of click
@@ -254,7 +260,7 @@ <h2>Options</h2>
254
260
255
261
/*
256
262
* Type: String or Function
257
- * Description: Define how each option should be rendered inside its < li > element.
263
+ * Description: Define how each option should be rendered inside its <li> element.
258
264
*
259
265
* If it's a string, all keys wrapped in brackets will be replaced by
260
266
* the respective values in itemData. Available keys are:
You can’t perform that action at this time.
0 commit comments