simple search + multi-selection
npm install react-multiselect-revolunet!npm !license !github-issues !Circle CI build status
simple search + multi-selection
!demo
npm install --save react-multiselect-revolunet
``js`
let props = {
choices: [
{
text: 'Paris',
value: 'PAR'
},{
text: 'New York',
value: 'NYC'
},{
text: 'London',
value: 'LDN'
}, {
text: 'Marrakech',
value: 'MRK'
}, {
text: 'Singapour',
value: 'SNG'
}, {
text: 'Bangkok',
value: 'BKK'
}, {
text: 'Mirleft',
value: 'MIR'
}, {
text: 'Shenzen',
value: 'SHE'
}, {
text: 'Los Angeles',
value: 'LA'
}
],
checked: ['LDN', 'PAR'],
onChange: selection => {
console.log('selection', selection);
}
}
return
- npm run test : rackt test./node_modules/.bin/testem -l Chrome
- npm run test-chrome : rackt server
- npm run start : node-readme`
- npm run readme :
Package | Version | Dev
--- |:---:|:---:
node-readme | 0.1.9 | ✔
rackt-cli-revolunet | ^0.5.10 | ✔
react | ^0.14 | ✔
react-dom | ^0.14 | ✔
Contributions welcome; Please submit all pull requests the against master branch. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Thanks!
Julien Bouquillon
- MIT : http://opensource.org/licenses/MIT