Skip to content

Commit

Permalink
fix typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Dec 7, 2023
1 parent 28a28c5 commit 013e424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 013e424

Please sign in to comment.