Skip to content

Commit

Permalink
Document ArrowKeyStepper's disabled property
Browse files Browse the repository at this point in the history
  • Loading branch information
thevtm committed Aug 25, 2017
1 parent c495dce commit c10bd00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ArrowKeyStepper.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The appearance of this wrapper element can be customized using the `className` p
| children | Function || Function responsible for rendering children. This function should implement the following signature: `({ onSectionRendered: Function, scrollToColumn: number, scrollToRow: number }) => PropTypes.element` |
| className | String | | CSS class name to attach to the wrapper `<div>`. |
| columnCount | Number || Number of columns in grid; for `Table` and `List` this property should always be `1`. |
| disabled | Boolean | | Disables all scrolling using arrow-keys; defaults to `false` |
| isControlled | Boolean | | This component is "controlled"; it will not update `scrollToColumn` or `scrollToRow`. This property should be used with `onScrollToChange`. |
| mode | "edges" or "cells" | | Controls behavior of stepper when arrow key direction changes. "cells" means that the index will only increment or decrement by 1; "edges" (default) means that the opposite side of the grid will be incremented. |
| onScrollToChange | Function | | Called when arrow key navigation should update the current scroll-to values. |
Expand Down

0 comments on commit c10bd00

Please sign in to comment.