Christof Zellweger
Christof Zellweger
John, thanks for your quick reply. Logging the classpath reveals that the needed jar is on the runtime classpath (which is what is needed). Seeing that tomcat is used and...
This PR might be interesting: https://github.com/PolymerElements/iron-location/pull/86
@Caffeinix Awesome, I'd be interested to look at this code as well. Can you share it?
As described by @Stefdv, I had the same issue of the `iron-list` not being updated correctly, i.e. 'old' entries still showed up after having updated the underlying data-array. The issue...
Has there been any progress on this issue?
@jshcrowthe Thank you for the feedback Josh, was just interested to see if anybody has taken this on. Will check out @blasten's input.
@jshcrowthe Maybe there is a chance to work with @Caffeinix as described in this post: https://github.com/PolymerElements/iron-selector/issues/123 Other than that, I'm testing your implementation as I'm writing this and it seems...
@jshcrowthe I've forked and adjusted your solution slightly, see here https://github.com/czellweg/iron-list/tree/shift-select To check it out: - `git clone https://github.com/czellweg/iron-list.git` - `git checkout shift-select` and `bower install` - `polymer serve -p...
@jshcrowthe One thing I haven't yet implemented is the shift-unselect. I think that could be added in a very similar fashion like the shift-select part. If I get around to...