raxjs / rax-components

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

fix: maxlength is invalid property in dom #457

Closed answershuto closed 2 years ago

answershuto commented 2 years ago

maxlength 是一个不合法的 dom 属性,在 react runtime 中会抛出 warning。 random-number 是一个小程度中随机数键盘的属性,在 web 中 N 大写不符合 custom property 的标准,否则会抛出 warning。 close #456

ChrisCindy commented 2 years ago

CHANGELOG 更新一下