Skip to main content
NeuralUIv1.14.3New
GitHub
Component

Cascade Select

Hierarchical selection across progressive levels with keyboard and RTL support.

TypeScript
import { NeuCascadeSelectComponent } from '@neural-ui/core/cascade-select';
HTML
<neu-cascade-select
  [options]="locations"
  label="Location"
  placeholder="Choose a location"
  (pathChange)="onPath($event)"
/>