Dynamically modified value of input not reflected in DOM

前端 未结 3 935
囚心锁ツ
囚心锁ツ 2020-12-20 18:46

How can I get the DOM to reflect the modified input value?

3条回答
  •  轮回少年
    2020-12-20 19:18

    Try changing the DOM directly. For example:

提交回复
热议问题