-
Notifications
You must be signed in to change notification settings - Fork 76
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
calcite-input: input loses focus on every keypress when login info saved (safari) #5026
Comments
It looks like this issue is missing some information:
Issues without reproduction samples may not be prioritized. If you were unable to create a sample, please try to answer any questions that arise once development begins. Thanks for your understanding. |
When |
@eriklharper ☝️ this throws a wrench in the current solution. 🔧💨✋ |
…ser autofill and demonstrating that ElementInternals allows a native input in a shadowRoot to work with autofill and external forms at the same time.
Did some spike work on this, and I created a branch to track the work I did. |
Reallocated to November to determine if the element internals resolve the above via #8126. |
Actual Behavior
Using Safari, If you use calcite-input in login form and choose to save email/password, when you return the inputs will lose focus on every keypress.
Blocked issues: #8126
calcite-input-safari-blur.mov
Expected Behavior
User should be able to freely type email and password without having to re-focus on the field.
Reproduction Sample
https://mikehorn.dev/calcite-input-saved-login/
https://github.com/gpbmike/calcite-input-saved-login (code)
Reproduction Steps
Reproduction Version
beta.86
Relevant Info
No response
Regression?
No response
The text was updated successfully, but these errors were encountered: