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 4550990 commit e6a04f5Copy full SHA for e6a04f5
src/getValue.js
@@ -285,6 +285,7 @@ const getValue = (element) => {
285
console.error('getValue() error:', error, element);
286
}
287
288
+ // TODO: encode and decode needs a method to prevent multiple encode of an already encoded value
289
let encode = element.getAttribute('value-encode')
290
if (encode)
291
value = encodeValue(value, encode)
0 commit comments