I am using Polymer Web Components and my application targets Chrome. On my form, outside the Web Components I have an input type='number', when I enter 'a' into the input and submit the form, I get a tooltip that says "Please enter a number."
However, I have another input type="number" that is in the Shadow DOM of a web component. When I enter 'a' into that field and submit the form, Is there any not-too-hacky way to get this functionality to work in Web Component? Alternately can I have a Web Component that does a 'submit' when you click it or click enter, that also fires all my validation rules when it is activated? Thanks, Joe P.S. I also need to make something like the tagging functionality that allows you to tag topics in Google Groups when you make a post. Is that open source code that I can lift? 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/ea57c6d8-f492-44ea-874b-a34d0472f3e2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
