Basic selection
Selection commits on a leaf by default. Use change-on-select to commit at any level. The legacy clearable and check-strictly properties remain compatible.
Selection commits on a leaf by default. Use change-on-select to commit at any level. The legacy clearable and check-strictly properties remain compatible.
show-search searches complete paths and highlights matches. Its object form accepts filter, sort, and limit; field-names maps non-standard option data.
multiple enables associated parent-child selection. SHOW_PARENT compresses fully selected branches; SHOW_CHILD keeps leaf paths. Tags collapse into +N according to available width by default.
Use expand-trigger="hover" to expand on hover. For lazy nodes, set isLeaf to false and assign children in load-data; lazy loading and local path search are mutually exclusive.
popup-config matches Select and supports trigger width matching, size constraints, mount targets, offsets, and styles. Use header, footer, and option slots to customize content.