Skip to content

Commit db83649

Browse files
committed
add missing documentation of nativeOnMobile property and fix a small typo
1 parent a73e938 commit db83649

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

public/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ <h2>Options</h2>
219219
*/
220220
disableOnMobile: true,
221221

222+
/*
223+
* Type: Boolean
224+
* Description: Retain native dropdown behavior on mobile devices
225+
*/
226+
nativeOnMobile: true,
227+
222228
/*
223229
* Type: Boolean
224230
* Description: Open select box on hover, instead of click
@@ -254,7 +260,7 @@ <h2>Options</h2>
254260

255261
/*
256262
* 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 &lt;li&gt; element.
258264
*
259265
* If it's a string, all keys wrapped in brackets will be replaced by
260266
* the respective values in itemData. Available keys are:

0 commit comments

Comments
 (0)