react-arborist
react-arborist copied to clipboard
Add options argument to selectMulti for consistency with select
trafficstars
select(...) supports optional flag to disable focus change but selectMulti(...) doesn't. This change makes the two methods consistent. It shouldn't break existing code. I copy-pasted the align option without understanding it.
For reference: original select