Skip to content

Commit

Permalink
[@mantine/core] SegmentedControl: Add missing disabled data-attribute…
Browse files Browse the repository at this point in the history
… for customization
  • Loading branch information
risen228 authored Aug 2, 2024
1 parent c087030 commit 3b87535
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ export const SegmentedControl = factory<SegmentedControlFactory>((_props, ref) =
]}
{...others}
role="radiogroup"
data-disabled={disabled}
>
{typeof _value === 'string' && (
<FloatingIndicator
Expand Down

0 comments on commit 3b87535

Please sign in to comment.