Skip to content
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

Merged
merged 1 commit into from
Mar 8, 2016
Merged

Conversation

notwaldorf
Copy link
Contributor

Fixes #27.

@notwaldorf notwaldorf changed the title [WIP] fix resetting of paper-input and paper-textarea Fix resetting of paper-input and paper-textarea Feb 24, 2016
@@ -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">
Copy link
Member

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

Copy link
Contributor Author

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

word.

@valdrinkoshi
Copy link
Member

LGTM!

notwaldorf added a commit that referenced this pull request Mar 8, 2016
Fix resetting of paper-input and paper-textarea
@notwaldorf notwaldorf merged commit b314e6b into master Mar 8, 2016
@notwaldorf notwaldorf deleted the fix-reset branch March 8, 2016 02:25
@dman777
Copy link

dman777 commented May 17, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants