Sauli Tähkäpää
Sauli Tähkäpää
 Tested on Chrome 48
Given a simple form: ``` html ``` On function `_onSubmit(e)` there is a call to `this.submit()` and in this case `this.submit` will return the input element. This in turn throws...
`selected-item-changed` event is fired multiple times when an item is selected or deselected. `selected-items-changed` seems to be working correctly. JSBin: http://jsbin.com/hivepag/edit?html,console,output Tried all major version of `iron-list`, seems to affect...
Hi, I needed a way to calculate color stops so I made a small utility method to TinyColor. Let me know what you think.
Basically, if you have argument with _variable arity_ and hyphen inside the argument: "-argument1 foo - bar -argument2...", exception is thrown. Works fine if arity would be set to 3...