Skip to content

V14: Login page throws validation errors#16222

Merged
iOvergaard merged 2 commits intov14/devfrom
v14/bugfix/login-validation-error
May 6, 2024
Merged

V14: Login page throws validation errors#16222
iOvergaard merged 2 commits intov14/devfrom
v14/bugfix/login-validation-error

Conversation

@iOvergaard
Copy link
Copy Markdown
Contributor

@iOvergaard iOvergaard commented May 6, 2024

Description

Fixes #16204

We need the login fields on the login page to avoid using a ShadowDOM, otherwise password managers do not work very well. We tried initially to do that by extending the UUI input elements and told Lit to remove the Shadow DOM. However, after a update on the UI library, this particular trick has stopped working and we couldn't validate the form fields anymore. This PR makes up with that fact and goes back to native html input fields specifically for the login page.

Copy link
Copy Markdown
Contributor

@JesmoDev JesmoDev left a comment

Choose a reason for hiding this comment

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

LGTM

@iOvergaard iOvergaard merged commit 91d8106 into v14/dev May 6, 2024
@iOvergaard iOvergaard deleted the v14/bugfix/login-validation-error branch May 6, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants