Dropdown: Fix title not updated. (#851)

A bug was introduced by:
https://github.com/ArthurSonzogni/FTXUI/pull/826

The checkbox label wasn't updated.

Bug:https://github.com/ArthurSonzogni/FTXUI/issues/861
This commit is contained in:
Arthur Sonzogni
2024-05-15 18:23:59 +02:00
committed by GitHub
parent af49b57e60
commit ecacb22d37
4 changed files with 160 additions and 24 deletions

View File

@@ -44,6 +44,9 @@ current (development)
### Screen
- Feature: Add `Box::IsEmpty()`.
### Util
- Feature: Support arbitrary `Adapter` for `ConstStringListRef`. See #843.
### Build
- Support for cmake's "unity/jumbo" builds. Fixed by @ClausKlein.