We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cce1e3 commit 18811dcCopy full SHA for 18811dc
README.md
@@ -212,6 +212,12 @@ $('select').selectric({
212
*/
213
inheritOriginalWidth: false,
214
215
+ /*
216
+ * Type: Boolean
217
+ * Description: call stopProgation on onOpen click event
218
+ */
219
+ stopPropagation: true,
220
+
221
/*
222
* Type: Boolean
223
* Description: Determine if current selected option should jump to
public/index.html
@@ -321,6 +321,12 @@ <h2>Options</h2>
321
322
323
324
325
326
327
328
329
330
331
332
0 commit comments