seas-computing / seas-computing/mark-one
Combobox Shows "No Results" without text input
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
As noted in seas-computing/course-planner#416, the Dropdown button on the Combobox shows a "No Results" message when it's clicked before entering any text in the input box.
===
@jonseitz So, this happens if I click the down arrow beside the dropdown box without typing anything in

.
Originally posted by @rmainseas in https://github.com/seas-computing/course-planner/issues/416#issuecomment-946081114
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in the Combobox: click the Dropdown button before entering text and observe the "No Results" message. Trace the Combobox and its dropdown rendering behavior; done means the empty-input interaction no longer shows "No Results" while preserving results behavior after text is entered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100