-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update validate after change element #111
Comments
If I understand this correctly, you are proposing that we add an attribute to auto-validate the |
mmmmm so so, I mean if we add auto-validate property to the paper-dropdown-menu this will auto-validate when the value change, this will avoid the red line under the drop-down-menu after submitting one wrong time |
Adding an |
Had the same issue except I wanted to add that the this.fire('change') is not firing off when the selection is changed. |
I just got bitten by this one too. Changing the select doesn't re-validate, which creates buggy forms -- or, forces developers to run validate() manually |
I fixed this issue in #207 . @flawyte In the meantime, feel free to monkey patch it -- that's what I did in https://github.com/mercmobily/hot-polymer-monkey ... |
Hello.
I have a form and after submitting show this
http://i.imgur.com/uM9zgto.png
when I completed the filds of the form the select doesn't update , he continues like invalid input for the drop down.
http://i.imgur.com/X0FWGoH.png
I think we should add a auto-validate property like input-paper . meanwhile
I have add a code after changed event is fired
http://i.imgur.com/zbbtOdz.png
The text was updated successfully, but these errors were encountered: