Description
Pressing Enter in the search input does not trigger the search; the search only works when clicking the search icon.
Where is the issue?
Steps to Reproduce
- Go to the app.
- Type a search query in the search input.
- Press Enter.
- Observe that the search is not executed.
Environment
- OS: Windows 10
- Browser: Chrome Version 116.0.5845.111
- Device: Desktop
Additional Notes
Adding an onKeyDown or onKeyPress event listener for Enter in the search input component should fix this.
Description
Pressing Enter in the search input does not trigger the search; the search only works when clicking the search icon.
Where is the issue?
Steps to Reproduce
Environment
Additional Notes
Adding an
onKeyDownoronKeyPressevent listener for Enter in the search input component should fix this.