diff --git a/README.md b/README.md index 0be8d15a..a4f30ff8 100644 --- a/README.md +++ b/README.md @@ -117,12 +117,12 @@ myOptions: IMultiSelectOption[] = [ | selectionLimit | Maximum number of items that may be selected (0 = no limit) | 0 | | autoUnselect | Unselect the previous selection(s) once selectionLimit is reached | false | | closeOnSelect | If enabled, dropdown will be closed after selection | false | -| showCheckAll | Display the `checkAll` item to select all options | false | -| showUncheckAll | Display the `uncheckAll` item to unselect all options | false | +| showCheckAll | Display the `checkAll` item to select all options | false | +| showUncheckAll | Display the `uncheckAll` item to unselect all options | false | | fixedTitle | Use the default title (do not apply the dynamic title) | false | | dynamicTitleMaxItems | The maximum number of options to display in the dynamic title | 3 | | maxHeight | The maximum height for the dropdown (including unit) | '300px' | -| displayAllSelectedText | Display the `allSelected` text when all options are selected | false | +| displayAllSelectedText | Display the `allSelected` text when all options are selected | false | ### Texts | Text Item | Description | Default Value | diff --git a/src/dropdown/dropdown.component.html b/src/dropdown/dropdown.component.html index 0239271a..a7cc2093 100644 --- a/src/dropdown/dropdown.component.html +++ b/src/dropdown/dropdown.component.html @@ -1,41 +1,41 @@