Make the focused button to take the focus inside frame. (#371)

This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/370
This commit is contained in:
Arthur Sonzogni
2022-04-03 15:04:33 +02:00
committed by GitHub
parent aebde94352
commit 9f610a0110
4 changed files with 60 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ current (development)
- `Menu` can now be used in the 4 directions, using `MenuOption.direction`.
- `Menu` can display an animated underline, using
`MenuOption.underline.enabled`.
- `Button` is now taking the focus in frame.
- **breaking** All the options are now using a transform function.
- **breaking** The `Toggle` component is now implemented using `Menu`.
- **bugfix** Container::Tab implements `Focusable()`.