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

RFC: autocomplete and input types #627

Open
hsablonniere opened this issue Nov 17, 2022 · 0 comments
Open

RFC: autocomplete and input types #627

hsablonniere opened this issue Nov 17, 2022 · 0 comments
Labels
RFC Request for comments, discussion about some parts of the project...

Comments

@hsablonniere
Copy link
Member

hsablonniere commented Nov 17, 2022

This kind of is a double issue into one but let's consider it's a discussion and then we'll act with maybe two issues and two PR ;-)

autocomplete

We are introducing two new components that deal with emails addresses.

  • The orga-member-list is not really a target for "please help me autocomplete my own email address" since we're trying to invite other people.
  • The email-list would be a good place where users would like to autocomplete with an email address they have in their password manager or browser identities.

This is a tricky problem when Shadow DOM is involved :-(

supertokens/supertokens-auth-react#22

We need to investigate and discuss this.

input types and keyboard

In both orga-member-list and email-list components we could use a <input type=email> to help mobile users have the proper keyboard to type stuffs.

Do we need more than just type=email, we should look into the other fancy old/new stuffs from HTML and pimp up our cc-input-text component.

https://www.youtube.com/watch?v=VhMqwbsyXPo

@hsablonniere hsablonniere added the RFC Request for comments, discussion about some parts of the project... label Nov 17, 2022
@hsablonniere hsablonniere changed the title Discussion: autocomplete and input types RFC: autocomplete and input types Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFC Request for comments, discussion about some parts of the project...
Projects
None yet
Development

No branches or pull requests

1 participant