File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
packages/@react-spectrum/s2/src Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ export const CheckboxGroup = forwardRef(function CheckboxGroup(props: CheckboxGr
9494 } , props . styles ) } >
9595 { ( { isDisabled, isInvalid} ) => ( < >
9696 < FieldLabel
97+ includeNecessityIndicatorInAccessibilityName
9798 isDisabled = { isDisabled }
9899 isRequired = { props . isRequired }
99100 size = { size }
Original file line number Diff line number Diff line change @@ -601,6 +601,7 @@ const ComboboxInner = forwardRef(function ComboboxInner(props: ComboBoxProps<any
601601 < >
602602 < InternalComboboxContext . Provider value = { { size} } >
603603 < FieldLabel
604+ includeNecessityIndicatorInAccessibilityName
604605 isDisabled = { isDisabled }
605606 isRequired = { isRequired }
606607 size = { size }
Original file line number Diff line number Diff line change @@ -363,6 +363,7 @@ export const Picker = /*#__PURE__*/ (forwardRef as forwardRefType)(function Pick
363363 < >
364364 < InternalPickerContext . Provider value = { { size} } >
365365 < FieldLabel
366+ includeNecessityIndicatorInAccessibilityName
366367 isDisabled = { isDisabled }
367368 isRequired = { isRequired }
368369 size = { size }
You can’t perform that action at this time.
0 commit comments