Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
CuppaLabs committed May 22, 2021
1 parent a5a1d1e commit 42d697d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -254,6 +254,7 @@ The following list of settings are supported by the component. Configure the set
| addNewButtonText | String | The text in the button when `addNewItemOnFilter` is enabled | 'Add' |
| escapeToClose | boolean | Press excape key to close the dropdown | true |
| autoPosition | boolean | Enable dropdown to open either on 'top' or 'bottom' Ex: settings = { position: 'bottom', autoPosition: false }; open the dropdown always at bottom | true |
| tagToBody | boolean | If the dropdown to be appended to body or not ? | true |

### Events
- `onSelect` - Return the selected item on selection.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular2-multiselect-dropdown",
"version": "1.0.0",
"version": "5.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
1 change: 1 addition & 0 deletions projects/angular2-multiselect-dropdown-lib/README.md
Expand Up @@ -253,6 +253,7 @@ The following list of settings are supported by the component. Configure the set
| addNewItemOnFilter | Boolean | Whe you filter items and if, the item is not found, you can add the text as new item to the list | false |
| addNewButtonText | String | The text in the button when `addNewItemOnFilter` is enabled | 'Add' |
| escapeToClose | boolean | Press excape key to close the dropdown | true |
| autoPosition | boolean | Enable dropdown to open either on 'top' or 'bottom' Ex: settings = { position: 'bottom', autoPosition: false }; open the dropdown always at bottom | true |
| tagToBody | boolean | If the dropdown to be appended to body or not ? | true |

### Events
Expand Down
3 changes: 3 additions & 0 deletions src/styles.scss
Expand Up @@ -57,4 +57,7 @@ body {
}
.example-button-row .btn {
margin: 5px;
}
iframe {
height: 1300px;
}

0 comments on commit 42d697d

Please sign in to comment.