Dropdown in React
Controlled <select value={city} onChange={e => setCity(e.target.value)}> with <option> children. Same idea as an input. Custom dropdowns (div + keyboard) are extra a11y work — native select is the viva answer unless they ask for a design-system menu.
Dropdown in React — start Pune. Pick Delhi → state Delhi. Uncontrolled select is harder to test.
Exam tip
Controlled <select>.