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

[IE11] Placeholder.nativeSupport not working #105

Open
CDRO opened this issue May 25, 2016 · 0 comments
Open

[IE11] Placeholder.nativeSupport not working #105

CDRO opened this issue May 25, 2016 · 0 comments

Comments

@CDRO
Copy link

CDRO commented May 25, 2016

In some cases global.Placeholders is undefined, this is specially the case with IE11 (don't ask me why, I couldn't tell). Therefore the following snippet will fail:

if ( !global.Placeholders.nativeSupport ) {

This willl work:
if ( !global.Placeholders || !global.Placeholders.nativeSupport ) {

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