Gleb Koshcheev
Gleb Koshcheev
Hey @maykonpacheco, are you still working on that issue?
I'm not sure if I did the unit test as you wanted me to, I tried to follow the example you sent me with the ```verify``` method. But I am...
@szmarczak, should I change something specific in the last commit?
@szmarczak, would that work?
Hi! Is anybody working on it? Otherwise, I could try to solve it if you don’t mind.
@baptisteArno, It seems when you change the state of the `isVisible`, it triggers the component re-render with the loss of focus toward any element, since you can't have a focus...
@baptisteArno, this is one of the ways you can use it: ```tsx ... ``` If you wish to focus only when the button disappears: ```tsx ``` But if I were...
@baptisteArno, It's hard to say for now. I'd probably expect it to change the focus from deleted element to the first parent element. I'll investigate how precisely it works with...
@baptisteArno, there is a suggestion from the [docs](https://chakra-ui.com/docs/components/popover/usage#trapping-focus-within-popover) to use `react-focus-lock` to trap the focus in particular situations. You might consider using it in your example with the disappearing button....
@nikolovlazar, I was about to write theming docs on the `Circular Progress` component, but I couldn't achieve any style changes. I was investigating the library, and it turns out there...