Skip to content

Commit bd354fa

Browse files
authored
fix: update default disabledBehavior on RAC TableProps (#9042)
* fix default disabledBehavior of RAC Table * Revert "fix default disabledBehavior of RAC Table" This reverts commit ff79b9a. * update jsdoc to correctly reflect default disabledBehavior of RAC Table
1 parent 2b8d6f6 commit bd354fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-aria-components/src/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export interface TableProps extends Omit<SharedTableProps<any>, 'children'>, Sty
337337
selectionBehavior?: SelectionBehavior,
338338
/**
339339
* Whether `disabledKeys` applies to all interactions, or only selection.
340-
* @default "selection"
340+
* @default "all"
341341
*/
342342
disabledBehavior?: DisabledBehavior,
343343
/** Handler that is called when a user performs an action on the row. */

0 commit comments

Comments
 (0)