Skip to content

Commit 8c05e11

Browse files
committed
TODO: el.options vs rendenring options from src
1 parent 7b644e1 commit 8c05e11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/setValue.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const setValue = (el, value, dispatch) => {
3333
if (suffix)
3434
value = value.toString().replace(suffix, "");
3535

36+
// TODO: el.options vs rendenring options from src
3637
if (el.tagName == 'INPUT' || el.tagName == 'TEXTAREA' || el.tagName == 'SELECT' && el.options.length) {
3738
let { isCrdt } = getAttributes(el)
3839
if (isCrdt == null || isCrdt == undefined)

0 commit comments

Comments
 (0)