Select React component used for selecting multiple values or single states Apr 23, 2020 1 min read react-selectlist React component used for selecting multiple values or single statess from several options. View Demo View Github Install npm i --save react-selectlist Sh props import ReactSelectList from "react-selectlist"; <ReactSelectList data={data} disabled={[true, true]} value={selected} multiple={multiple} orientation={orientation} onChange={this._onSelectChange} />; Js data data:[ { value: 1, label: 'Nuggets'}, { value: 2, label: 'Jazz'}, { value: 3, label: 'Warriors' }, { value: 4, label: 'Lakers' }, ] or data:[0,1,2,3,4] Sh value array: [1,2,3] Sh valueField & textField string: default value & label Sh multiple type boolean: true|false Sh orientation string :horizontal|vertical Sh onChange call back function The select value return in string array return (["0","1"],id) Sh License MIT Sh GitHub skycloud1030/react-selectlist22React component used for selecting multiple values or single states from several options — Read Morehttps://skycloud1030.github.io/react-selectlist/html/checkbox.htmlLatest commit to the master branch on 1-4-2023Download as zip Select
Select Shell utility to interactively select lines from stdin Shell utility to interactively select lines from stdin 10 July 2023
Popover Easy-to-use, composable react selection popover Easy-to-use, composable react selection popover 28 February 2023