Inactivehelp wanted
描述
Reproduction link
https://ant.design/components/typography-cn/#components-typography-demo-interactive
Steps to reproduce
官网链接即可, 在onChange回调添加 console.log(), 在编辑时, 并不会触发onChange, 而是在按了回车后才会触发onChange
What is expected?
与文档介绍不符, 不是每次文本变化就触发onChange, 期望与文档一致
What is actually happening?
在onChange回调添加 console.log(), 在编辑时, 并不会触发onChange, 而是在按了回车后才会触发onChange
| Environment | Info |
|---|---|
| antd | 4.20.7 |
| React | 18.1.0 |
| System | macOS 11.6.1 |
| Browser | chrome |