Skip to content
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

IE 11 allows autocomplete for input type="date" #45

Open
TomaszCz opened this issue Aug 8, 2018 · 0 comments
Open

IE 11 allows autocomplete for input type="date" #45

TomaszCz opened this issue Aug 8, 2018 · 0 comments

Comments

@TomaszCz
Copy link

TomaszCz commented Aug 8, 2018

Hello!

I found an issue with this really nice package.
In general, IE still treat input type="date" as simple text field, and allows autocomplete to it. When you select this text it is inserted to the input filed. (html5 input:invalid is not triggered )

See how it looks on the screen, a date picker is visible and it is overlapped by autocomplete list.
autocompletedateinput

Unfortunately, this is an issue, as in IE simple setting autocomplete="off" is ignored
Source:
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/9847360/

"In IE11 and Edge, we made the decision to ignore autocomplete=off, (...)
Best regards,
The MS Edge Team"

Is this something this polyfill can address as well? If not, any tips for a workaround?

All the best,
Tom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant