diff --git a/README.md b/README.md index 37341079..68c93b1a 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ Any item can be `disabled` for prevent selection. For disable an item add the pr | isFocused | boolean | false | Makes the component focused | | keepSelectMenuOpened | boolean | false | Keeps the select menu opened | | autocomplete | string | `'off'` | Sets an autocomplete value for the input field | +| dropDownMenuOtherClasses | string | `''` | Add css classes to the element with `dropdown-menu` class. For example `dropdown-menu-right` | | showOptionNotFoundForEmptyItems | boolean | false | Shows the "Not Found" menu option in case of out of items at all | | Output | Description | diff --git a/src/app/lib/ngx-select/ngx-select.component.html b/src/app/lib/ngx-select/ngx-select.component.html index 04dd2c23..cf3f59c9 100644 --- a/src/app/lib/ngx-select/ngx-select.component.html +++ b/src/app/lib/ngx-select/ngx-select.component.html @@ -70,6 +70,7 @@