diff --git a/changelog.md b/changelog.md index 433cc37a37..51436ff5de 100644 --- a/changelog.md +++ b/changelog.md @@ -13,7 +13,7 @@ * [Tag]: fixed typings * [Button]: fixed `rawProps` typings for `data-*` attributes * [Paginator]: fixed `rawProps` typings -* [PickerInput]: added default `maxWidht={ 360 }` value for picker body +* [PickerInput]: added default `maxWidth={ 360 }` value for picker body * [PickerInput]: Fixed clear checked before opening a picker body and if selectAll: false is provided. * Added `clearAllChecked()` method to `IDataSourceView` interface to support unchecking all without enabled `selectAll` flag. * Reduced amount of loaded data while clearing all checked elements in `cascadeSelection: false` mode.