Skip to content

Commit

Permalink
Merge pull request #5624 from primefaces/issue-5623
Browse files Browse the repository at this point in the history
Fix #5623 - Otherprops not working for InputSwitch
  • Loading branch information
gucal authored Dec 20, 2023
2 parents 7ad283f + fd329a4 commit 89c500c
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 89c500c

Please sign in to comment.