uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
301 stars 144 forks source link

OSX compatible multiple selection #94

Closed mishaschwartz closed 4 years ago

mishaschwartz commented 4 years ago

This PR adds the ability for the user to use either the ctrl or meta (cmd on mac) keys to select multiple rows. Please see #93 for more details.

Please let me know if there are tests/examples that should be updated as well in this PR.

Thanks!

Resolves #93