-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.2.20
Environment
browser
Reproduction link
Steps to reproduce
官方demo即可复现: https://codesandbox.io/s/jprb9h
What is expected?
- 期待文档可以提供说明:input框输入页码后,是通过enter事件触发跳转;
- 可以让用户自主选择是enter事件触发跳转,还是失焦事件触发跳转,或者两者都能触发跳转;
What is actually happening?
简单分页中,用户输入页码(即input失焦后),期待可以立刻看到最新的页面。但是当前组件只能是enter事件触发后才更新页码