We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376a1eb commit da2aa74Copy full SHA for da2aa74
packages/@react-aria/tag/src/useTag.ts
@@ -79,6 +79,7 @@ export function useTag(props: TagProps<any>, state: GridState<any, any>): TagAri
79
},
80
tagRowProps: otherRowProps,
81
tagProps: mergeProps(domProps, gridCellProps, {
82
+ 'aria-disabled': isDisabled,
83
'aria-errormessage': props['aria-errormessage'],
84
'aria-label': props['aria-label'],
85
onKeyDown: !isDisabled && isRemovable ? onKeyDown : null,
0 commit comments