diff options
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2a647..2a743b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - default-label attribute. You can define your default text on the button when nothing is selected. - on-item-click attribute. This is a callback which will be triggered when a user click an item. Will pass the clicked item to the callback function. - on-open and on-close callbacks will now pass the multi-select element (HTML) to the callback function. +- max-height attribute. You can define the height of the selection items container. ##### Removed / Deprecated: - on-focus attribute is deprecated. |