react-magma
react-magma copied to clipboard
DropdownSplitButton: Ability to pass ref for (left) Button
Describe the bug When using a DropdownSplitButton, the ref I pass is only for the dropdown button and not the left Button. I want to be able to pass a ref to either so that I can set my focus to either button.
Expected behavior User can pass a ref for either button in DropdownSplitButton