You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to create the same autocomplete functionality that airbnb has on their destination input.
We should use a third party library (npm) for the autocomplete.
The autocomplete results should match the destinations in the product.json
AC:
when starting to type, in the destination input, we get auto complete results showing up and able to be selected to change the input value
when clicking on one of the Suggested destinations it should enter the destination value into the search bar and then open the check-in calendar
clicking "search" with a destination in the search bar it should redirect to the search page with that destination filter
The text was updated successfully, but these errors were encountered:
We want to create the same autocomplete functionality that airbnb has on their destination input.
We should use a third party library (npm) for the autocomplete.
The autocomplete results should match the destinations in the product.json
AC:
The text was updated successfully, but these errors were encountered: