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
For mapbox-gl-geocoder, we'd like to append a link to the results so that users can submit search feedback. This is a little tricky right now because if we append this element to ul.suggestions, it'll get cleared out as the user is typing. Given that ul.suggestions is best absolutely positioned, it's difficult to get this new element positioned where we want it (just below ul.suggestions).
@tristen what do you think about a wrapper div for ul.suggestions? From my testing it should be a fairly quick add - I'd be happy to make this PR. Also open to other suggestions!
For mapbox-gl-geocoder, we'd like to append a link to the results so that users can submit search feedback. This is a little tricky right now because if we append this element to ul.suggestions, it'll get cleared out as the user is typing. Given that ul.suggestions is best absolutely positioned, it's difficult to get this new element positioned where we want it (just below ul.suggestions).
@tristen what do you think about a wrapper div for ul.suggestions? From my testing it should be a fairly quick add - I'd be happy to make this PR. Also open to other suggestions!
cc @scottsfarley93
The text was updated successfully, but these errors were encountered: