Closed daveholst closed 3 years ago
Currently: Have to hit search button to search.
Proposed: hitting enter/return also searches
Solution: add another event listener for key === 'Enter'
key === 'Enter'
Fixed with 5e095ec9ac03580403f11998c42a951eeaa34a97
Currently: Have to hit search button to search.
Proposed: hitting enter/return also searches
Solution: add another event listener for
key === 'Enter'