Skip to content

Commit b6e1d2a

Browse files
authored
Merge pull request #130 from gearsdigital/fix-docs-nativeOnMobile
add missing documentation of nativeOnMobile property
2 parents 0745dcf + db83649 commit b6e1d2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/index.html

Lines changed: 6 additions & 0 deletions
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

0 commit comments

Comments
 (0)