Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…rward accessible label to input element Co-authored-by: jaseel0 <225665919+jaseel0@users.noreply.github.com> Agent-Logs-Url: https://github.com/BeyteFlow/ReadmeGenAI/sessions/d7405285-9453-4105-9f88-27bc8269983c
|
@jaseel0 The model You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
|
@copilot fix it issue |
Agent-Logs-Url: https://github.com/BeyteFlow/ReadmeGenAI/sessions/2dd81557-c104-4586-8318-02365e88be53 Co-authored-by: jaseel0 <225665919+jaseel0@users.noreply.github.com>
Fixed in commit |
The
<select>for language selection lacked an accessible label, causing screen readers to announce it generically. Additionally, the URL input's accessible label was silently broken due to a prop name mismatch.Changes
SearchInput.tsx:<select>element hasaria-label="Select language for README generation"— the core fix for the reported issue.GeneratePageClient.tsx: Fixed prop name fromaria-label(kebab-case HTML attribute) toariaLabel(camelCase React prop matchingSearchInputProps). Previously, the value passed by the caller was never received by the component, leaving the URL input without any accessible label at runtime.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.