[polymer-dev] paper-input what field am i in

2016-10-11 Thread Karl
Hi, writing some 'real time' stuff with websockets listening to enter-key, need to validate field by field on the server. What is they best/simplest way to tell my on-keypressed js routine what field I am currently in, I'd like to avoid having a routine for each field, thanks Follow Polymer on

[polymer-dev] Re: iron-list scroll interaction with child element tap

2016-10-11 Thread samuel . imolorhe
Hello, Has this issue been fixed yet? Currently having this same issue. On Wednesday, July 29, 2015 at 6:50:40 PM UTC+1, Daniel Freedman wrote: > > Oh, this might be seperate, since that PR is for the track gesture. > > You can disable all gestures on vertical scrollable areas by using this > AP

[polymer-dev] Re: paper-input what field am i in

2016-10-11 Thread KLR
solved using this.$. ... etc El martes, 11 de octubre de 2016, 10:42:00 (UTC+2), KLR escribió: > > Hi, writing some 'real time' stuff with websockets listening to enter-key, > need to validate field by field on the server. What is they best/simplest > way to tell my on-keypressed js routine what