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
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 :-(
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.
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
The text was updated successfully, but these errors were encountered: