seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add a placeholder prop to Combobox #122

Closed jonseitz closed 2 years ago

jonseitz commented 2 years ago

I neglected to add a pass-through placeholder to the Combobox, which we'll need because the search field in the Instructor Modal doesn't have a visible label. (Ironically this is fine for screen readers but we'll need a cue for sighted users that the box is used to add instructors.)

Describe your changes

Types of changes

Checklist:

Priority:

Related Issues:

Fixes seas-computing/course-planner#411