hhliu
Results
2
issues of
hhliu
- 代码与复现步骤 1. 页面上写一个 2. onInput 方法中 禁止输入非数字 以外的字符 this.aValue.replace(/[^\d.]/g, ""); 3. 在输入框中输入 非数字以外的字符 - 结果 非数字字符仍可正常输入,只有当替换后的字符发生变化后才会渲染到页面上 123 --> 123 123a ---> 123a 123a4 --->1234 - 期望 123 --> 123...
### Affected Packages react, vue ### Version(s) 2.6.6 ### Bug Description When editing content within an editable NodeViewContent, if the content is long enough to wrap to a second line,...
Type: Bug
Category: Open Source