vueComponent/ant-design-vue
The issue has been closed
When using a-input, v-model:value.trim="xxx" will make it impossible to enter spaces. I saw that it is possible to use v-model.trim="xxx" on the native input. It is trimmed in the change event, not in the input event. #4142
yuan2022 posted onGitHub