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 ffeeef3 commit b51f672Copy full SHA for b51f672
src/setValue.js
@@ -26,7 +26,7 @@ const setValue = (el, value) => {
26
let valueType = el.getAttribute('value-type');
27
28
if (el.tagName == 'INPUT' || el.tagName == 'TEXTAREA' || el.tagName == 'SELECT') {
29
- const {isCrdt} = crud.getAttr(el);
+ const {isCrdt} = crud.getAttributes(el);
30
if (isCrdt == "true" || el.type === 'file') return;
31
32
if (el.type == 'checkbox') {
0 commit comments