PolymerElements / iron-input

An input with data binding
https://webcomponents.org/element/PolymerElements/iron-input
33 stars 45 forks source link

Fixes #118 - Allow other elements inside iron-input #119

Closed AlexHenkel closed 7 years ago

AlexHenkel commented 7 years ago

This fixes #118 by explicitly selecting <input> child element, instead of just assuming it will be the first child element.

googlebot commented 7 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


AlexHenkel commented 7 years ago

I signed it!

googlebot commented 7 years ago

CLAs look good, thanks!

notwaldorf commented 7 years ago

As described in the issue, iron-input is a wrapper for just input, and shouldn't really contain anything else inside of it