Faisal Al Tell
Faisal Al Tell
``` const [selected, setSelected] = useState(); const [countries, setCountries] = useState([]); setSelected(val)} data={countries} save="value" width="80%" position="absolute" style={{width: 200, position:"absolute"}} /> ``` Your selected object in this case is property _selected_.
How is this done with MultipleSelectList? I basically want to reset all selected items. I set the state to an empty array. It still displays in the UX some selected...
@chriswait Can I access this through npm? It would be super useful here! @danish1658 Can we merge this please and publish a new version?
Thank you @hassancodess. This is a very user friendly method that works perfectly!