You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/sprinkles/core/assets/userfrosting/js/uf-collection.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
* @param {Object} dropdown The options to pass to the select2 plugin for the add item dropdown.
13
13
* @param {string} dropdown.ajax.url The url from which to fetch options (as JSON data) in the dropdown selector menu.
14
14
* @param {bool} selectOnClose Set to true if you want the currently highlighted dropdown item to be automatically added when the dropdown is closed for any reason.
15
-
* @param {string} dropdown.theme The select2 theme to use for the dropdown menu. Defaults to "bootstrap".
15
+
* @param {string} dropdown.theme The select2 theme to use for the dropdown menu. Defaults to "default".
16
16
* @param {string} dropdown.placeholder Placeholder text to use in the dropdown menu before a selection is made. Defaults to "Item".
17
17
* @param {string} dropdown.width Width of the dropdown selector, when used. Defaults to "100%".
18
18
* @param {Object} dropdownControl a jQuery selector specifying the dropdown select2 control. Defaults to looking for a .js-select-new element inside the parent object.
0 commit comments