graphhopper / graphhopper-maps

GraphHopper Maps - Open Source Route Planner UI
https://graphhopper.com/maps/
Apache License 2.0
91 stars 33 forks source link

clear button instead text selection for input #356

Closed karussell closed 1 year ago

karussell commented 1 year ago

This improves usability especially for iphones.

We overlay the clear button above the input which leads to problems like cursor being able to click even on the right side of the clear button -> try a different approach of separated input and clear button -> but then we need the better onBlur handling