I'm having a tough time finding any examples of validating input into a paper-input when the validation needs to happen asynchronously. Looking at the docs, implementing https://elements.polymer-project.org/elements/iron-validator-behavior doesn't work because you have to implement the validate() method which returns a boolean (synchronously).
I'm trying to validate the input of a paper-input against a webservice, any ideas? Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/9c4dbc32-de42-4396-adf8-afccd7004a22%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
