Skip to content

Commit 0493cc3

Browse files
authored
removes indeterminate attribute from CheckboxButton input element (#318)
1 parent 3d093c8 commit 0493cc3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spec/__snapshots__/Storyshots.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,6 @@ exports[`Storyshots Design System/CheckboxButton Indeterminate 1`] = `
674674
<input
675675
checked={false}
676676
id="select-all"
677-
indeterminate={false}
678677
onChange={[Function]}
679678
type="checkbox"
680679
/>

src/CheckboxButton/CheckboxButton.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const CheckboxButton = React.forwardRef(({
3131
className={className}
3232
disabled={disabled}
3333
id={id}
34-
indeterminate={indeterminate}
3534
name={name}
3635
ref={ref}
3736
type="checkbox"

0 commit comments

Comments
 (0)