changeToFirst property
Whether to automatically scroll child columns to the first item when parent selection changes.
When true
, selecting a different item in a parent column will reset
all child columns to their first item. This is useful for hierarchical
data where child options depend on parent selections.
Defaults to false
.
Implementation
final bool changeToFirst;