iron-form not working in chrome

64 views
Skip to first unread message

Greg Neiheisel

unread,
Jun 12, 2015, 12:13:01 PM6/12/15
to polym...@googlegroups.com
Hey, I have the following markup in my html:

<form is="iron-form" login-form>
  <paper-input label="Email" type="email" name="email"></paper-input>
  <paper-input label="Password" type="password" name="password"></paper-input>
  <paper-button class="self-end btn-primary" raised login-btn>Login</paper-button>
</form>

In chrome, the form is never upgraded to an iron-form, but it works fine in firefox.  This is driving me crazy.  Any ideas?  Thanks

Greg Neiheisel

unread,
Jun 12, 2015, 12:16:22 PM6/12/15
to polym...@googlegroups.com
Also, I can create one in the console using, which works fine.
document.createElement('form', 'iron-form');
Reply all
Reply to author
Forward
0 new messages