The aim of this lab is to experiment to use keyboard keys for certain functionality.
You can use the data provided inside resources/countryData.json
file.
Your task is to create a search box which which gives all possible suggestions -> when given some inital text in the given search box. Like shown below:
Use hooks
to manage states.
As shown in the above reference gif, when we press escape
key, the dropdown hides. You have to implement the same: when you press escape
key -> the suggestions should not be visible.
Happy Coding ❤️!