Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Creating autocomplete component * fix: Update aria label for copy badge * fix: Update aria labels and components for wcag compliance * fix: Update aria label for wcag compliance * chore: Remove old autocomplete * feat: Create a beautiful accessible autocomplete component * fix: Update handling of cookies so that they get persisted properly * fix: Update styling to match closely to location input * fix: Fix weird bugs with location bar * feat: Update search layout to use a form and to submit search on enter * fix: Fix rendering issues * chore: Move around imports * fix: Fix issues with input * feat: Move submit functionality to wrapping form * feat: Optimize hook * feat: Add prev search terms for tracking for autocomplete * fix: Only auto select when valid coords are not set * fix: Separate userCoordinates from searchCoordinates * chore: Use new searchCoordinates * fix: Open suggestion dropdown on typing * fix: On hover now properly displays the hovered value * fix: Use new searchCoordinates for disabled status * fix: Set userCoordinates after the new params have been added * feat: Add hovering status
- Loading branch information