# Mercury Dropdown MVP This is the short-term implementation slice for the Mercury expense category failure. It is intentionally smaller than the full browser-agent-runtime roadmap. ## Problem Mercury-style category controls are usually custom React dropdowns. The trigger and option are not native `` continues to use the existing JS option setter/change-event path. ### 2. Real Component Fixture Add a local browser fixture that records event order and selected value. Minimum cases: - Radix/shadcn-like select: - trigger opens on `pointerdown`, - option selects on `pointerup` or `mousedown`, - menu is rendered in a portal. - Material UI-like autocomplete: - combobox input opens popup, - option list is outside the trigger subtree. - Native `