Skip to content

Auth UI on iOS is failing with password managers #6648

@sgandon

Description

@sgandon

Before creating a new issue, please confirm:

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.

Image

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions