pennlabs/penn-courses

"Search as you type" feature

Closed this issue · 1 comments

Users have to press enter in order to search for a course. This can be changed by adding a state in the SearchBar component storing the current course ID typed and implementing a function to pass as an onChange prop to the input field.

Implemented at #10