Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with v-model.trim #45

Open
hwatson381 opened this issue Jun 9, 2024 · 1 comment
Open

Bug with v-model.trim #45

hwatson381 opened this issue Jun 9, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@hwatson381
Copy link
Contributor

There's a bug with using v-model.trim on el-input.

This is a known issue with element-ui and it prevents the user from typing spaces (for example, in the real name field).
ElemeFE/element#19165

There is a slightly separate issue, which is that the real name input box on the profile page has max-length="10". This is too short for English names. I think setting the limit to 50 characters would work for almost all names.

@eee555
Copy link
Owner

eee555 commented Jun 9, 2024

Yeah, you're right. We will take into account input experiences in different languages.

@eee555 eee555 added bug Something isn't working enhancement New feature or request labels Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants