Monica Dinculescu
Monica Dinculescu
This is true. I wonder if this could be fixed with a flex box, and forcing the items to align at the top
cc @bicknellr -- I am not `paper-checkbox`'s keeper anymore :)
@bicknellr Yeah, i merged a PR yesterday that was all green, but the tests were legit broken :sob:
minor comments left. If the tests are green and the demos look ok, then LGTM
@JosefJezek This change worries me because the colours are in sync with `paper-radio-button` and `paper-toggle-button`, and it would technically count as a breaking change :( /cc @bicknellr
/cc @bicknellr
@danbeam native elements don't use IronControlState, so I don't know how we'd ever fix that. If the behaviour of a native `` inside a native `` is broken, that sounds...
Nope, iron-input doesn't use that, because the native input already has all the native focus behaviour: https://github.com/PolymerElements/iron-input/blob/master/iron-input.html
Good idea @justinfagnani! :)
I think `@element` does this now. There's also an `@implements` in hydrolysis that can help?