Bug: Category dropdown on Report Abuse form requires typing to reveal options - no placeholder hint #188810
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
I've seen this too. That field is a searchable combobox, not a standard The fix is to add a clear hint like "Type to search categories..." to the input's placeholder attribute. If you're using GitHub's internal design system, check the If you have access to the form's code, search for the category field's configuration. It might be a JSON schema or a React component prop. Set I'm not sure which exact repo holds this form, but the change is small. If you're reporting this to GitHub, reference the component name and the missing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Summary
When navigating to the Report Abuse form at
https://support.github.com/contact/report-abuse, the "Please select a category for your issue" field appears to be a standard dropdown but is actually a search-filtered combobox. When you click on it, nothing happens and no options appear. It shows "No selectable options" unless you already know to type a keyword.Steps to Reproduce
Expected Behavior
Actual Behavior
The field appears broken/empty. Most users will assume the dropdown is non-functional or that the form has a JavaScript error and may abandon the report entirely.
Impact
This UX issue directly affects the abuse reporting flow, which is one of the most critical safety tools on the platform. Users attempting to report supply chain attacks, malware, or other serious violations may give up before completing the form because the category field appears broken.
Environment
Beta Was this translation helpful? Give feedback.
All reactions