microsoft / fluentui-contrib

Monorepo for contributor extension packages to Fluent UI
MIT License
31 stars 35 forks source link

chore(react-tree-grid): navigation up/down moves to next/previous row #89

Closed bsunderhus closed 10 months ago

bsunderhus commented 10 months ago

Current behaviour

Pressing ArrowUp or ArrowDown while on a cell moves you to the current row

Next behaviour

While on a cell:

  1. pressing ArrowUp moves to the previous row
  2. pressing ArrowDown moves to the next row

Follow up on the implementation provided by @adamsamec https://github.com/microsoft/fluentui/pull/29780