Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix width (and check functionality) of mapbox search text input #2471

Open
samuelhwilliams opened this issue Jul 23, 2024 · 0 comments
Open

Comments

@samuelhwilliams
Copy link
Contributor

When MAPBOX_SEARCH is True, a text box is shown on any map widgets that presumably lets the user search for locations.

The search bar has some width: 50% styling that is taking the width from the window, so is totally broken (see images below): <input style="position: absolute; z-index: 9999; display: block; margin: -42px 0px 0px 10px; width: 50%;" class="pac-target-input" placeholder="Enter a location" autocomplete="off">

We should fix the styling on the search box.

If you pick this up, we should also review the functionality and make sure it actually works full stop.

image image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant