Monica Dinculescu
Monica Dinculescu
(but if we can test that changing that flex basis doesn't break the tests in IE10, that's probably sufficient)
If we don't support IE10, we probably don't need any of `iron-flex-layout`, right? Are there any browsers that don't support the generic, non-prefixed styles?
How uhhhh did you even get to this link? This is from the old site, which isn't maintained anymore (which is why the demos are completely hosed)
Oh, from the README. Yeah we should nuke that link
I am mildly, very mildly, concerned this may be a breaking change. If it's easier to make this decision, we can punt it to the 2.0 release
@valdrinkoshi Can we open an issue, tag it with 2.0, maybe reference this PR and then close this PR? In it's current state it won't be merged
This is working as intended; otherwise scrolling will mess up the position of the dropdown. If you want to disable this, `iron-dropdown` has an attribute `allowOutsideScroll` that allows this. We...
I think I'm a little confused...why can't you just set the property on the template? i.e. `defaultBinding.data = {...}`? This is how a `dom-bind` would be used regardless of a...
Oof, I think this is a known problem of the `webcomponents` polyfill. See: https://github.com/webcomponents/webcomponentsjs/issues/362 or https://github.com/webcomponents/webcomponentsjs/issues/498. I tried to fix this in https://github.com/PolymerElements/iron-demo-helpers/pull/6 but it was really messy, so I...
`align-items: stretch` is the default, I believe, which is why it didn't get a separate mixin.