Cody Seibert 8a5b336d3b Fix typeahead dropdown not closing when clicking a suggestion
Changed the click handler on category autocomplete options from onClick to
onMouseDown with preventDefault(). This fixes a race condition where the
mousedown event (used by the outside click handler) was firing before
the click event, causing the dropdown to close before the selection was
processed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 01:44:02 -05:00
2025-12-07 16:43:26 -05:00
2025-12-07 16:43:26 -05:00
Description
No description provided
MIT 44 MiB
Languages
TypeScript 97.2%
CSS 1.5%
JavaScript 0.6%
Shell 0.5%