# cascade-select **Repository Path**: mirrors_react-component/cascade-select ## Basic Information - **Project Name**: cascade-select - **Description**: React CascadeSelect - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rc-cascade-select --- cascade-select ui component for react. [![NPM version][npm-image]][npm-url] [](http://spmjs.io/package/rc-cascade-select) [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![gemnasium deps][gemnasium-image]][gemnasium-url] [![node version][node-image]][node-url] [![npm download][download-image]][download-url] [](https://saucelabs.com/u/rc-cascade-select) [](https://saucelabs.com/u/rc-cascade-select) [npm-image]: http://img.shields.io/npm/v/rc-cascade-select.svg?style=flat-square [npm-url]: http://npmjs.org/package/rc-cascade-select [travis-image]: https://img.shields.io/travis/react-component/cascade-select.svg?style=flat-square [travis-url]: https://travis-ci.org/react-component/cascade-select [coveralls-image]: https://img.shields.io/coveralls/react-component/cascade-select.svg?style=flat-square [coveralls-url]: https://coveralls.io/r/react-component/cascade-select?branch=master [gemnasium-image]: http://img.shields.io/gemnasium/react-component/cascade-select.svg?style=flat-square [gemnasium-url]: https://gemnasium.com/react-component/cascade-select [node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square [node-url]: http://nodejs.org/download/ [download-image]: https://img.shields.io/npm/dm/rc-cascade-select.svg?style=flat-square [download-url]: https://npmjs.org/package/rc-cascade-select ## Feature * support ie8,ie8+,chrome,firefox,safari ## install [](https://npmjs.org/package/rc-cascade-select) ## Development ``` npm install npm start ``` ## Example http://localhost:8000/examples/ online example: http://react-component.github.io/cascade-select/build/examples/ ## Api ### CascadeSelect props
name | type | default | description |
---|---|---|---|
className | String | additional css class of root dom node | |
value | String[] | [] | current value like input's value |
allText | String | all | |
loader | Function(value, callback:Function(error, data:Object[]) | called when select a option, return children options corresponding to current option, data's child type must be type of {name,value} |