Skip to content

Commit

Permalink
fix(react-grid-bootstrap3): do not allow to focus column chooser item…
Browse files Browse the repository at this point in the history
… checkbox
  • Loading branch information
gsobolev authored Oct 23, 2017
1 parent 60285d4 commit 728ea23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const ColumnChooserItem = ({ item: { column, hidden }, onToggle }) => {
>
<input
type="checkbox"
tabIndex={-1}
checked={!hidden}
onChange={handleChange}
/>
Expand Down

0 comments on commit 728ea23

Please sign in to comment.