Version
2.1.4
Environment
Chrome/90.0.4430
Reproduction link
https://github.com/yuan2022/vue-ant-input-issue.git
Steps to reproduce
使用a-input组件,加上trim修饰符
What is expected?
可以跟原生input的trim保持一致,在change后再处理空格,使得可以输入空格符
What is actually happening?
目前会导致无法输入空格符