Open patrickxunuo opened 2 weeks ago
use latest version of antd
click "tab" key once to focus next field
need to click "tab" key twice to focus next field
probably caused by a feature improvement from this PR: https://github.com/ant-design/ant-design/pull/52180 From 5.23.0 release note: ⌨️ Adjust Input, InputNumber, Mentions, Textarea clear icon from span to button to improve a11y. #52180 @li-jia-nan
Facing the same issue with update to 5.23.3. Any update on this?
Cannot reproduce, any more details?
@MadCcc You can reproduce the issue in the codesandbox link.
Reproduction link
Steps to reproduce
use latest version of antd
What is expected?
click "tab" key once to focus next field
What is actually happening?
need to click "tab" key twice to focus next field
probably caused by a feature improvement from this PR: https://github.com/ant-design/ant-design/pull/52180 From 5.23.0 release note: ⌨️ Adjust Input, InputNumber, Mentions, Textarea clear icon from span to button to improve a11y. #52180 @li-jia-nan