Skip to content

Commit 18811dc

Browse files
committed
docs
1 parent 4cce1e3 commit 18811dc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@ $('select').selectric({
212212
*/
213213
inheritOriginalWidth: false,
214214

215+
/*
216+
* Type: Boolean
217+
* Description: call stopProgation on onOpen click event
218+
*/
219+
stopPropagation: true,
220+
215221
/*
216222
* Type: Boolean
217223
* Description: Determine if current selected option should jump to

public/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,12 @@ <h2>Options</h2>
321321
*/
322322
inheritOriginalWidth: false,
323323

324+
/*
325+
* Type: Boolean
326+
* Description: call stopProgation on onOpen click event
327+
*/
328+
stopPropagation: true,
329+
324330
/*
325331
* Type: Boolean
326332
* Description: Determine if current selected option should jump to

0 commit comments

Comments
 (0)