Skip to content

Commit

Permalink
[Tree View] Move single selection with focus (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa authored Jul 5, 2023
2 parents 5751038 + bca8c44 commit d8f0d75
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 177 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- Add `PaneItemExpander.initiallyExpanded` ([#864](https://github.com/bdlukaa/fluent_ui/issues/864))
- Add `NumberFormBox` ([#862](https://github.com/bdlukaa/fluent_ui/issues/862))
- `PaneItem.onTap` from `PaneItemExpander.items`, when displayed in popup, are now correctly invoked ([#859](https://github.com/bdlukaa/fluent_ui/issues/859))
- `TreeViewItem`, if selection mode is `single`, gets selected when focused with the keyboard ([#835](https://github.com/bdlukaa/fluent_ui/issues/835))
- In multiple selection mode, `TreeView`'s built-in checkbox now doesn't receive focus. It can now be focused by invoking it with the keyboard ([#877](https://github.com/bdlukaa/fluent_ui/pull/877))

## 4.6.2

Expand Down
Loading

0 comments on commit d8f0d75

Please sign in to comment.