tududi/frontend/components/UniversalSearch
Chris d32b5943d1
fix(search): Handle touch events to prevent input blur on mobile when saving views (#1039)
On mobile devices, clicking "Save as Smart View" button caused the search
input to lose focus, triggering the onBlur handler that closes the entire
search menu. The existing onMouseDown preventDefault() only worked for
mouse events, not touch events on mobile.

Added onTouchStart handler alongside onMouseDown to properly prevent
input blur on mobile devices when interacting with the search menu.

Fixes #994
2026-04-17 18:43:30 +03:00
..
FilterBadge.tsx Universal search (#412) 2025-10-22 22:00:45 +03:00
SaveViewModal.tsx fix: add CSRF token support to frontend requests (#1025) 2026-04-14 15:06:56 +03:00
SearchMenu.tsx fix(search): Handle touch events to prevent input blur on mobile when saving views (#1039) 2026-04-17 18:43:30 +03:00
SearchResults.tsx Fix redirect after task deletion to return to originating view (#887) 2026-03-01 16:07:02 +02:00
UniversalSearch.tsx More stable tests by using proper data-* attrs 2025-10-25 09:25:27 +03:00