Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: chrome/browser/resources/md_feedback/feedback_container.html

Issue 2400853002: [MD Feedback] Change paper-input placeholders to values. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_feedback/feedback_container.html
diff --git a/chrome/browser/resources/md_feedback/feedback_container.html b/chrome/browser/resources/md_feedback/feedback_container.html
index 3c6b72f961245c0c57b2dee0c7cee6ad28765f1c..6c0047102f34b406b0625aebe66510f0e23f51e8 100644
--- a/chrome/browser/resources/md_feedback/feedback_container.html
+++ b/chrome/browser/resources/md_feedback/feedback_container.html
@@ -55,8 +55,8 @@
<hr>
<paper-textarea label="$i18n{openEndedLabel}"></paper-textarea>
<span id="additional-info">$i18n{additionalInfoLabel}</span>
- <paper-input label="$i18n{urlLabel}" placeholder="[[url]]"></paper-input>
- <paper-input label="$i18n{emailLabel}" placeholder="[[email]]"></paper-input>
+ <paper-input label="$i18n{urlLabel}" value="[[url]]"></paper-input>
+ <paper-input label="$i18n{emailLabel}" value="[[email]]"></paper-input>
<div>
<paper-checkbox>$i18n{includeScreenshotLabel}</paper-checkbox>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698