iTwin / iTwinUI-react

A react component library for iTwinUI.
https://github.com/iTwin/iTwinUI
Other
84 stars 23 forks source link

Focus is lost when overflow is used in `ButtonGroup` and `Breadcrumbs` #768

Closed veekeys closed 2 years ago

veekeys commented 2 years ago

I have had this issue in Select while implementing overflow handling. If we focus and then resize (in ButtonGroup, Breadcrumbs stories), focus will be lost. Need to change code a little to fix that.

c7cfb87 (#700)