oku-ui/primitives

toggle group tabindex dont change

productdevbook opened this issue · 3 comments

Describe the bug

image

The tabindex numbers need to change when you click the buttons

Reproduction

http://localhost:6006/?path=/story/components-togglegroup--styled

System Info

x

Used Package Manager

pnpm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.

This issue I think is related to the roving-focus component #236, I will take a look at it.

working on the radio-group or tabs , but maybe he's there. If you solve it there, you can check radio group and tabs again.

roving-focus actually updates the index but not that attrs in the element. Interesting