-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix input behavior in controls (#29)
<!-- Thank you for submitting a pull request! Here's a checklist you might find useful. [ ] There is an associated issue that is labelled 'Bug' or 'help wanted' or is in the Community milestone [ ] Code is up-to-date with the `main` branch [ ] You've successfully run `npm test` locally [ ] There are new or updated tests validating the change --> Fixes # 1. [x] After clearing the route input, we continue to show the digest for the previous request 2. [x] If the geosearch returned an error when selecting a route point from the digest, then we do not build a route and do not display any errors to the user at all 3. [x] Send a suggest request for each focus event 4. [x] Firefox does not work selecting a point by clicking on the map 5. [x] In Safari, clearing route inputs by clicking does not work
- Loading branch information
1 parent
cb2c322
commit 4be807b
Showing
3 changed files
with
59 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters