selectize-plugin-a11y
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "selectize-plugin-a11y", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Make Selectize.js accessibile", | ||
@@ -5,0 +5,0 @@ "main": "selectize-plugin-a11y.js", |
@@ -11,9 +11,7 @@ # selectize-plugin-a11y.js | ||
$(function() { | ||
let newOptions = Object.assing(options, { | ||
plugins: ['selectize-plugin-a11y'] | ||
$('select').selectize({ | ||
plugins: ['selectize-plugin-a11y'] | ||
}); | ||
$('select').selectize(options); | ||
}); | ||
</script> | ||
``` | ||
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
4540
17