From 71da567c1ec31dab959c50f431cba4915b18a342 Mon Sep 17 00:00:00 2001 From: onx2 Date: Fri, 21 Nov 2025 07:03:31 -0500 Subject: [PATCH] add onAction to type pick --- packages/@react-aria/tag/src/useTagGroup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@react-aria/tag/src/useTagGroup.ts b/packages/@react-aria/tag/src/useTagGroup.ts index 11b32c9508a..2023d11f2bb 100644 --- a/packages/@react-aria/tag/src/useTagGroup.ts +++ b/packages/@react-aria/tag/src/useTagGroup.ts @@ -31,7 +31,7 @@ export interface TagGroupAria { errorMessageProps: DOMAttributes } -export interface AriaTagGroupProps extends CollectionBase, MultipleSelection, Pick, 'escapeKeyBehavior'>, DOMProps, LabelableProps, AriaLabelingProps, Omit { +export interface AriaTagGroupProps extends CollectionBase, MultipleSelection, Pick, 'escapeKeyBehavior' | 'onAction'>, DOMProps, LabelableProps, AriaLabelingProps, Omit { /** How multiple selection should behave in the collection. */ selectionBehavior?: SelectionBehavior, /** Whether selection should occur on press up instead of press down. */