When I set the property focusState in a MenuItem component it doesn't cae about it and it is replaced for other values.
Create many MenuItem in a Menu and set the property focusState with different values.
I kinda managed to get around this bug ... using Menu.props.disableAutoFocus, set it to :
Just forget about MenuItem.focusState
Took me some hours to get the thing working tough....
We have been porting the component on the v1-beta branch. We reimplemented it from the ground-up. While we haven't tested it, I think that the issue is most likely fixed on that branch. Hence, I'm closing it.
Still, we will accept PR fixes until v1-beta takes over the master branch.
Most helpful comment
I kinda managed to get around this bug ... using Menu.props.disableAutoFocus, set it to :
Just forget about MenuItem.focusState
Took me some hours to get the thing working tough....