Skip to content

Commit 4ea7b49

Browse files
committed
chore: updated headless tabs tasks
1 parent 74fb635 commit 4ea7b49

File tree

1 file changed

+1
-3
lines changed
  • packages/kit-headless/src/components/tabs

1 file changed

+1
-3
lines changed

packages/kit-headless/src/components/tabs/tabs.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ import { Behavior } from './behavior.type';
1515
/**
1616
* TABS TODOs
1717
*
18+
* onSelectedIndexChange
1819
* - Orientation
19-
* - aria-label https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-labelledby
20-
* - NOTE: Radix manually handle the value/id for each tab while we calculate it behind the scenes
21-
* If we end up implementing this, we need to expose a way to set this value in the root
2220
* - keyboard interactions (arrowDown, ARrowRight, ArrowUp, ArrowLeft, Home, End, PageUp, PageDown)
2321
* Support Loop
2422
* - onValueChange

0 commit comments

Comments
 (0)