diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c538095fd3..d722bf5af6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ All notable changes to this project are documented in this file. ### Widgets - Added `placeholder-text` property to `TextEdit`. - + - Fixed updating model of ComboBox does not change current-value + - Fixed set current-index of ComboBox to -1 does not reset current-value + ## [1.6.0] - 2024-05-13 ## General @@ -38,8 +40,6 @@ All notable changes to this project are documented in this file. - Fixed compiler panic when a callback aliases itself. (#4938) - Fixed compiler panic when an init from a repeater is inlined into the parent component (#5146) - Added `clear-focus()` function to focusable elements, to allow for programmatic focus clearing. - - Fixed updating model of ComboBox does not change current-value - - Fixed set current-index of ComboBox to -1 does not reset current-value ## Widgets