raxjs / rax-components

Rax base components
https://github.com/alibaba/rax
Other
90 stars 74 forks source link

rax-input 在 react 兼容模式下无法正常输入 #455

Closed answershuto closed 2 years ago

answershuto commented 2 years ago

初步排查结论: rax-input 在 react 下设置了 value 使其变成了一个受控组件,无法更新 value。而在于 rax 中, set value 只是一个初始化,所以可以正常 work。需要看一下是否可以通过 compat 解决。