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 7b644e1 commit 8c05e11Copy full SHA for 8c05e11
src/setValue.js
@@ -33,6 +33,7 @@ const setValue = (el, value, dispatch) => {
33
if (suffix)
34
value = value.toString().replace(suffix, "");
35
36
+ // TODO: el.options vs rendenring options from src
37
if (el.tagName == 'INPUT' || el.tagName == 'TEXTAREA' || el.tagName == 'SELECT' && el.options.length) {
38
let { isCrdt } = getAttributes(el)
39
if (isCrdt == null || isCrdt == undefined)
0 commit comments