react-selectlist
React component used for selecting multiple values or single statess from several options
Install
npm i --save react-selectlist
Demo
props
;<ReactSelectList data=data disabled=true true value=selected multiple=multiple orientation=orientation onChange=this_onSelectChange/>;
data
data:[
value
array: [1,2,3]
valueField & textField
string: default value & label
multiple
type boolean: true|false
orientation
string :horizontal|vertical
onChange
call back functionThe
License
MIT