Skip to content

Commit

Permalink
Fix #5623 - Otherprops not working for InputSwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Dec 20, 2023
1 parent 7ad283f commit fd329a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/inputswitch/InputSwitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export const InputSwitch = React.memo(
role: 'checkbox',
'aria-checked': checked
},
otherProps,
ptm('root')
);
const hiddenInputWrapperProps = mergeProps(
Expand Down

0 comments on commit fd329a4

Please sign in to comment.