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

feat[dev]: ✨ add read-only input template #1706

Open
4 tasks
coraliefeil opened this issue Dec 5, 2024 · 0 comments
Open
4 tasks

feat[dev]: ✨ add read-only input template #1706

coraliefeil opened this issue Dec 5, 2024 · 0 comments
Assignees
Labels
🔧 code needs changes in code

Comments

@coraliefeil
Copy link
Contributor

coraliefeil commented Dec 5, 2024

User Story

As a stakeholder of the Solid Design System, I would like guidance on how to implement read-only form elements in a way that is clear and understandable for users when they attempt to interact with them.

Suggested Solution

Mirror Figma template to Storybook:
Figma Template

Implement tooltips that appear on hover or focus (when the user tries to interact with it), explain that the field is read-only.

Ensure Keyboard and mobile accessibility as well as screen reader compatibility.
On mobile devices, hover interactions translate to taps.

For Persistent and Dismissible Content – according to WCAG guidelines, any additional content that appears on hover or focus should remain visible until the user dismisses it or moves focus away.

Hint: Alternatively, consider just displaying data that cannot be changed, rather than using a read-only input field.

DoR

  • Item has business value
  • Item all subtasks have been estimated by the team
  • Item is clear and well-defined
  • Item dependencies have been identified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 code needs changes in code
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants