googlearchive / core-input

A single-line text field with some extra powers
7 stars 20 forks source link

behavior of core-input inside a form #25

Closed dotch closed 9 years ago

dotch commented 10 years ago

core-inputs which are wrapped inside a form are not listed when using form.elements. they also seem to not be evaluated as form-data when submitting the form using method=get/post

morethanreal commented 10 years ago

The native form element is incompatible with custom elements that wrap native form field elements in shadow DOM. We're working on a replacement form element that addresses these issues. Please stay tuned for updates.

morethanreal commented 9 years ago

core-input extends from a regular input now.