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

forms: disable autocapitalize for usernames & spellcheck for username… #597

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

OniriCorpe
Copy link
Member

…s and fullnames

@OniriCorpe
Copy link
Member Author

vue js is reporting errors for:

  • UserCreate.vue
    • fullname: spellcheck
  • UserEdit.vue
    • username: autocapitalize
    • fullname: spellcheck
  • LoginView.vue
    • username: autocapitalize
  • PostInstall.vue
    • username: autocapitalize
    • fullname: spellcheck

but it shouldn't? they are valid attributes??

Copy link
Member

@alexAubin alexAubin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(not sure to fully understand the autocapitalize stuff with username but lgtm)

@OniriCorpe
Copy link
Member Author

OniriCorpe commented Nov 15, 2024

(not sure to fully understand the autocapitalize stuff with username but lgtm)

On mobile, when you start typing, the first letter is automatically capitalized

YunoHost username should not have any capitalized letter, so it's a pain in the arse

@alexAubin alexAubin merged commit 4556ea5 into dev Nov 16, 2024
1 check passed
@alexAubin alexAubin deleted the spellcheck-shit branch November 16, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants