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 0e9e8dc commit 637885cCopy full SHA for 637885c
src/index.js
@@ -27,12 +27,7 @@
27
elements.forEach(el => {
28
const len = parseInt(el.getAttribute(self.attribute)) || 36;
29
const uuid = self.generate(len)
30
- el.setValue(uuid)
31
- // if (el.tagName === "INPUT" || el.tagName === "TEXTAREA") {
32
- // el.value = uuid;
33
- // } else {
34
- // el.innerHTML = uuid;
35
- // }
+ el.setValue(uuid);
36
})
37
},
38
0 commit comments