Skip to content

Commit 459cf52

Browse files
Add maxItemsShown property
1 parent 8b7b4cb commit 459cf52

File tree

6 files changed

+12128
-35
lines changed

6 files changed

+12128
-35
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
6+
## Version 2.0.9
7+
8+
### Features
9+
* **maxItemsShown:** Attributes to render a maximum number of items in the list.
10+
11+
512
## Version 2.0.6
613

714
### Features

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class TestComponent {
113113
| heading | `string` | `-` | no | Heading text of items list. If it is null then heading is hidden. |
114114
| initialValue | `any` | `_` | no | Initial/default selected value. |
115115
| focusFirst | `boolean` | `false` | no | Automatically focus the first matched item on the list. |
116+
| maxItemsShown | `number` | `undefined` | no | Set the maximum number of items shown (Useful to improve performances when using large items array) |
116117
| historyIdentifier | `string` | `_` | no | History identifier of history list. When valid history identifier is given, then component stores selected item to local storage of user's browser. If it is null then history is hidden. History list is visible if at least one history item is stored. History identifier must be unique. |
117118
| historyHeading | `string` | `Recently selected` | no | Heading text of history list. If it is null then history heading is hidden. |
118119
| historyListMaxNumber | `number` | `15` | no | Maximum number of items in the history list. |

0 commit comments

Comments
 (0)