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

refactor(DashboardCreationController): update placeholder #1109

Open
wants to merge 2 commits into
base: staging
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"title": "Add a new dashboard",
"type": {
"accounts": "Accounts",
"placeholder": "Name",
"placeholder": "Enter dashboard name",
Copy link
Contributor

Choose a reason for hiding this comment

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

nice that you improve things along the way 💪.

But we are using placeholder as input labels.

See: https://www.deque.com/blog/accessible-forms-the-problem-with-placeholders/

Placeholder value should be an example of the things a user should input.
Maybe you come up with a different idea.

"subtitle": "What would you like to monitor?",
"validators": "Validators"
}
Expand Down
Loading