Skip to content

Commit ae7b973

Browse files
authored
Remove keyboardDelegate from TagGroup props (#4442)
1 parent d5282cf commit ae7b973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/tag/src/TagGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {useFormProps} from '@react-spectrum/form';
2727
import {useId, useLayoutEffect, useResizeObserver, useValueEffect} from '@react-aria/utils';
2828
import {useLocale, useLocalizedStringFormatter} from '@react-aria/i18n';
2929

30-
export interface SpectrumTagGroupProps<T> extends AriaTagGroupProps<T>, StyleProps, SpectrumLabelableProps, Omit<SpectrumHelpTextProps, 'showErrorIcon'> {
30+
export interface SpectrumTagGroupProps<T> extends Omit<AriaTagGroupProps<T>, 'keyboardDelegate'>, StyleProps, SpectrumLabelableProps, Omit<SpectrumHelpTextProps, 'showErrorIcon'> {
3131
/** The label to display on the action button. */
3232
actionLabel?: string,
3333
/** Handler that is called when the action button is pressed. */

0 commit comments

Comments
 (0)