webcimes-select
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "webcimes-select", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Just create beautiful select boxes, it supports search, single select, multiple select, keyboard control, clear options, dropdown can also be opened over an overflow parent, optgroup support, rtl support, accessibility, and many other options. It works with vanilla javascript + html + css, no dependencies are required", | ||
@@ -5,0 +5,0 @@ "main": "./dist/js/webcimes-select.udm.js", |
@@ -108,2 +108,3 @@ # webcimes-select | ||
optionIconSelectedText: "Selected", // set icon selected text into option dropdown, default "Selected" | ||
ariaLabel: null, // set aria-label for select, default null | ||
onInit(){console.log("onInit");}, // callback on init select | ||
@@ -110,0 +111,0 @@ onDestroy(){console.log("onDestroy");}, // callback on destroy select |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
307335
479