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 b87b1a2 commit 280b1c6Copy full SHA for 280b1c6
src/getValue.js
@@ -206,8 +206,6 @@ const getValue = (element) => {
206
// }
207
208
try {
209
- let value = element.value; // or another way to get the element's value
210
-
211
let replace = element.getAttribute('value-replace');
212
let replaceAll = element.getAttribute('value-replaceall');
213
let test = element.getAttribute('value-test');
0 commit comments