v1.11.0
Minor Changes
-
#53
717514aThanks @MikeNotThePope! - Add aCascadercomponent (steal from Ant Design).Ant Design's
Cascaderis the control for choosing a path through a tree — country → region → city, category → subcategory → item — and it is the last genuinely-missing data-entry primitive. This ports it in the chunky house style.- Multi-column drill-down: clicking a branch opens the next column, clicking a leaf commits the whole path and closes.
- Controlled (
value+onChange) or uncontrolled (defaultValue);onChangealso hands back the options along the path so you have the labels without re-walking the tree. showSearchfilters against the whole joined path,clearableresets the selection, andchangeOnSelectmakes branches selectable too.- Full keyboard nav — arrows within and across columns,
Home/End,Escapeto close — with the forward/back arrows and chevrons mirrored in RTL. Columns are labelled listboxes witharia-expanded/aria-haspopupon branches. Unit-tested, with stories and docs.