-
Notifications
You must be signed in to change notification settings - Fork 81
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
Fix resetting of paper-input and paper-textarea #109
Conversation
b255730
to
761d62a
Compare
@@ -16,6 +16,8 @@ | |||
<script src="../../web-component-tester/browser.js"></script> | |||
|
|||
<link rel="import" href="../../polymer/polymer.html"> | |||
<link rel="import" href="../../paper-input/paper-input.html"> | |||
<link rel="import" href="../../paper-input/paper-textarea.html"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should import paper-textarea
in the bower
's devDependencies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's in the same package (paper-input
), which is already a dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
word.
LGTM! |
Fix resetting of paper-input and paper-textarea
I am not sure if it is this PR, but there is breakage where form reset causes breakage in paper-radio buttons and paper-dropdown-menu. After a reset, the default selections will no longer show as they did when a form first loads. Please see #186 |
Fixes #27.