ant-design/ant-design

typography editable参数onChange和onEnd都在输入结束后触发

Open

#36,382 建立於 2022年7月5日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)TypeScript (98,031 star) (54,612 fork)batch import
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

貢獻者指南