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

Placeholder on input not shown if xxbl:label-for pointing to that input #6543

Open
avernet opened this issue Oct 8, 2024 · 0 comments
Open

Comments

@avernet
Copy link
Collaborator

avernet commented Oct 8, 2024

Situation:

  • XBL contains an xf:input
  • xf:hint appearance="minimal" inside the xf:input
  • xxbl:label-for pointing to that input
  • User of the XBL provides an xf:hint

Result:

  • Actual: The placeholder doesn't appear in the input
  • Expected:
    • Placeholder (e.g., "Tom") is displayed
    • The input and the hint shown below the control are connected (e.g., aria-describedby on the input pointing to the element with "Your given name")

Example:

image

+1 from customer

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

No branches or pull requests

2 participants