You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: