-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Before creating a new issue, please confirm:
- I have searched for duplicate or closed issues and discussions.
- I have tried disabling all browser extensions or using a different browser
- I have tried deleting the node_modules folder and reinstalling my dependencies
- I have read the guide for submitting bug reports.
On which framework/platform are you having an issue?
React Native
Which UI component?
Authenticator
How is your app built?
using yarn and expo
What browsers are you seeing the problem on?
iOS (React Native)
Which region are you seeing the problem in?
No response
Please describe your bug.
When using the Authenticator UI and using Dashlane for setting the user and password, the email field is considered invalid but it is valid.
The workaround is adding a space manually and removing it to make the field ok but this is really annoying for a first time user. This give an initial bad impression of the app to the user.
What's the expected behaviour?
it should just accept a valid email.
Help us reproduce the bug!
just use the Authenticator ui in a react native app on iOS.
If required I can setup a simple app to show the issue but this is pretty boilerplate.
Code Snippet
<Authenticator.Provider>
<Authenticator
signUpAttributes={["family_name"]}
Container={(props) => (
<Authenticator.Container
{...props}
style={{ backgroundColor: colors.background.primary }}
/>
)}
Header={MyAppHeader}
>
<UserContextProvider>
....
Console log output
No response
Additional information and screenshots
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working