cbalit

Results 10 comments of cbalit

@addyosmani yep it seems that it comes from paltform.js on getComputedStyle function getComputedStyle: function (a, b) { return g(), l.call(h(this), i(a), b) } No idea why, I'll make some test...

@triune i'n not sure to see how to deal with it, since it cames from webcomponents.js and the only available solution is to wrap recaptcha.js file. By the way you...

@jab the re-captcha component can validate only by clicking the checkbox. You can find some informations on it here : http://qnimate.com/how-does-googles-no-captcha-recaptcha-work/

@jab my misunderstanding. Happy to see that it's working

Count on me Cyril

Making the captcha works with iron-form need some work because it needs to implement IronFormElementBehavior. Anyway i've updated my demo file to show usage in a form with some basic...

@jab I don't think it will be tricky to implement those behaviours. I will be happy to review any PR even if I'm not a crack :). Feel free to...

@jab i look at your PR and it looks great. - i'm agree for changing validate to checkOptions - the toggleClass doesn't shocks me - maybe it will be nice...

What about set pristine to false in _responseHandler and _expiredHandler. It can make sense to have visual rendering even if you havn't click on the submit button.

I think you should remove class="foo" from template tag :)