Kyle Tsang
Kyle Tsang
Check the docs here: https://react-bootstrap.github.io/components/tabs/#custom-tab-layout This provides more options for customization
ModalBody currently doesn't accept refs. Interested in sending a PR?
It's on the roadmap, but getting free time is difficult right now. PRs are welcome
Did you set focus on the tabs? Arrow keys work for me in your example
Got it, sorry misread the initial post. PRs are welcome
Thanks for the PR. I'm going to be looking into adding proper support for this in the near future as part of a v3 release. Still taking care of some...
> Any progress on this? See #6939
Will try to address as much as I can for the next major, so won't merge this for now.
There is a param `hasDoneInitialMeasure` that's passed to the overlay that you could potentially use to trigger a popper reposition
A workaround for now is to pass the prop `bsPrefix=" "`. I'm thinking of revamping how `bsPrefix` is used in the next major version to better support RSC