Use this API to show a cascading picker for hierarchical data selection.Documentation Index
Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| title | String | No | Selector title |
| list | Array | Yes | Hierarchical data array |
| success | Function | No | Callback with selection |
| fail | Function | No | Callback on failure |
| complete | Function | No | Callback that always executes |
Success Callback
| Property | Type | Description |
|---|---|---|
| success | Boolean | Whether selection was successful |
| result | Array | Selected items array |
Code Example
Related APIs
my.datePicker
Date picker