Yikai
Yikai
I've created this pull request to fix https://github.com/ant-design/ant-design/issues/48059
The following line causes the string to become very large if there are a lot of tokens: https://github.com/ant-design/cssinjs/blob/92dce00796e2644dad391b49ec1def849329234a/src/util.ts#L47 If the string becomes too long, it would exceed the capacity of...
### Reproduction link [https://ant.design/~demos/components-date-picker-demo-basic](https://ant.design/~demos/components-date-picker-demo-basic) ### Steps to reproduce Click on any of the DatePicker input field and press tab. It will focus on other DatePicker inputs and close the picker...