📝
Forms & Inputs
Text/date/range inputs, native vs. custom dropdowns, multi-select, validation errors.
Medium
Custom (Div-Based) Dropdown
A JS-built dropdown with no native `<select>` — clicking opens a listbox you must locate by role, not tag.
cssaria-role
Hard
Custom Date Range Picker
A calendar widget spanning two months — select a start and end date across a month boundary.
cssaria-role
Medium
Multi-Select Listbox
A native multi-select — practice ctrl/cmd-click and reading back the full selected set.
css