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 445f4c3 commit ac72ce5Copy full SHA for ac72ce5
options/tagDropdown.js
@@ -1,6 +1,3 @@
1
-// Custom Tag Dropdown Component
2
-// Usage: new TagDropdown(containerElement, tagsArray, onChange)
3
-
4
class TagDropdown {
5
constructor(container, tags, onChange) {
6
this.container = container;
0 commit comments