Segun Adebayo

Results 101 comments of Segun Adebayo

Closing in favor of #6472 Thanks for taking a stab at this @TooTallNate 💖

Thanks for working on this @seaerchin. My sincere apologies for the delayed response. I consider this a breaking change given how long ago this PR/Issue was raised. We'll add it...

This is happening because the Collapse component is not a chakra component that can take style props. Swapping it to use the Box component and adding style props works. ```jsx...

Thanks for working on this @TimKolberger. This approach duplicates the reset style objects across all components which negatively impacts the performance (slightly). Let's consider using CSS `:where` or `:is` selectors...

Hi @akira02, This is considered a breaking change to the structure of the modal's HTML. we'll consider adding it to the next major release. Thanks for working on this.

Hi @frederikhors, The only thing holding us back from supporting Svelte is https://github.com/sveltejs/svelte/issues/5112 An important aspect of Zag is that we manage the event handlers internally and provide a way...

I just pushed a fix for this. We'll release an update shortly. If the issue persists after upgrading, I'll re-open it.

Thanks for working on this. I think we should favor `initialFocusRef` over `initialFocusIndex` since it aligns with other APIs and relies less on the DOM order of menu items (which...

A quick update on the Select component. I've started some work to model the logic of the select component here: https://github.com/chakra-ui/zag/blob/main/packages/machines/select/src/select.machine.ts This will land in Chakra shortly after testing and...

Closing in favor of the State machine based approach. Hoping we can land this in the coming weeks. Thank you for taking the time to work on this PR @MasterGordon....