@syncfusion/ej2-react-dropdowns 25.2.7 → 26.1.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/dist/ej2-react-dropdowns.min.js +2 -2
  2. package/dist/ej2-react-dropdowns.umd.min.js +2 -2
  3. package/dist/ej2-react-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-react-dropdowns.es2015.js +6 -6
  5. package/dist/es6/ej2-react-dropdowns.es2015.js.map +1 -1
  6. package/package.json +9 -9
  7. package/styles/auto-complete/bootstrap-dark.css +109 -1
  8. package/styles/auto-complete/bootstrap.css +109 -1
  9. package/styles/auto-complete/bootstrap4.css +163 -1
  10. package/styles/auto-complete/bootstrap5-dark.css +151 -1
  11. package/styles/auto-complete/bootstrap5.css +151 -1
  12. package/styles/auto-complete/fabric-dark.css +84 -1
  13. package/styles/auto-complete/fabric.css +77 -1
  14. package/styles/auto-complete/fluent-dark.css +131 -1
  15. package/styles/auto-complete/fluent.css +131 -1
  16. package/styles/auto-complete/fluent2.css +1140 -0
  17. package/styles/auto-complete/fluent2.scss +1 -0
  18. package/styles/auto-complete/highcontrast-light.css +81 -1
  19. package/styles/auto-complete/highcontrast.css +81 -1
  20. package/styles/auto-complete/material-dark.css +118 -1
  21. package/styles/auto-complete/material.css +143 -1
  22. package/styles/auto-complete/material3-dark.css +263 -1
  23. package/styles/auto-complete/material3.css +375 -1
  24. package/styles/auto-complete/tailwind-dark.css +106 -1
  25. package/styles/auto-complete/tailwind.css +106 -1
  26. package/styles/bootstrap-dark.css +3440 -1
  27. package/styles/bootstrap.css +3445 -1
  28. package/styles/bootstrap4.css +3693 -1
  29. package/styles/bootstrap5-dark.css +3615 -1
  30. package/styles/bootstrap5.css +3615 -1
  31. package/styles/combo-box/bootstrap-dark.css +109 -1
  32. package/styles/combo-box/bootstrap.css +109 -1
  33. package/styles/combo-box/bootstrap4.css +163 -1
  34. package/styles/combo-box/bootstrap5-dark.css +151 -1
  35. package/styles/combo-box/bootstrap5.css +151 -1
  36. package/styles/combo-box/fabric-dark.css +84 -1
  37. package/styles/combo-box/fabric.css +77 -1
  38. package/styles/combo-box/fluent-dark.css +131 -1
  39. package/styles/combo-box/fluent.css +131 -1
  40. package/styles/combo-box/fluent2.css +1140 -0
  41. package/styles/combo-box/fluent2.scss +1 -0
  42. package/styles/combo-box/highcontrast-light.css +81 -1
  43. package/styles/combo-box/highcontrast.css +81 -1
  44. package/styles/combo-box/material-dark.css +118 -1
  45. package/styles/combo-box/material.css +143 -1
  46. package/styles/combo-box/material3-dark.css +263 -1
  47. package/styles/combo-box/material3.css +375 -1
  48. package/styles/combo-box/tailwind-dark.css +106 -1
  49. package/styles/combo-box/tailwind.css +106 -1
  50. package/styles/drop-down-base/bootstrap-dark.css +373 -1
  51. package/styles/drop-down-base/bootstrap.css +373 -1
  52. package/styles/drop-down-base/bootstrap4.css +383 -1
  53. package/styles/drop-down-base/bootstrap5-dark.css +405 -1
  54. package/styles/drop-down-base/bootstrap5.css +405 -1
  55. package/styles/drop-down-base/fabric-dark.css +373 -1
  56. package/styles/drop-down-base/fabric.css +373 -1
  57. package/styles/drop-down-base/fluent-dark.css +421 -1
  58. package/styles/drop-down-base/fluent.css +421 -1
  59. package/styles/drop-down-base/fluent2.css +1447 -0
  60. package/styles/drop-down-base/fluent2.scss +1 -0
  61. package/styles/drop-down-base/highcontrast-light.css +387 -1
  62. package/styles/drop-down-base/highcontrast.css +387 -1
  63. package/styles/drop-down-base/material-dark.css +372 -1
  64. package/styles/drop-down-base/material.css +372 -1
  65. package/styles/drop-down-base/material3-dark.css +492 -1
  66. package/styles/drop-down-base/material3.css +604 -1
  67. package/styles/drop-down-base/tailwind-dark.css +481 -1
  68. package/styles/drop-down-base/tailwind.css +481 -1
  69. package/styles/drop-down-list/bootstrap-dark.css +433 -1
  70. package/styles/drop-down-list/bootstrap.css +433 -1
  71. package/styles/drop-down-list/bootstrap4.css +477 -1
  72. package/styles/drop-down-list/bootstrap5-dark.css +490 -1
  73. package/styles/drop-down-list/bootstrap5.css +490 -1
  74. package/styles/drop-down-list/fabric-dark.css +408 -1
  75. package/styles/drop-down-list/fabric.css +401 -1
  76. package/styles/drop-down-list/fluent-dark.css +471 -1
  77. package/styles/drop-down-list/fluent.css +471 -1
  78. package/styles/drop-down-list/fluent2.css +1684 -0
  79. package/styles/drop-down-list/fluent2.scss +1 -0
  80. package/styles/drop-down-list/highcontrast-light.css +419 -1
  81. package/styles/drop-down-list/highcontrast.css +419 -1
  82. package/styles/drop-down-list/material-dark.css +455 -1
  83. package/styles/drop-down-list/material.css +499 -1
  84. package/styles/drop-down-list/material3-dark.css +626 -1
  85. package/styles/drop-down-list/material3.css +738 -1
  86. package/styles/drop-down-list/tailwind-dark.css +428 -1
  87. package/styles/drop-down-list/tailwind.css +428 -1
  88. package/styles/drop-down-tree/bootstrap-dark.css +465 -1
  89. package/styles/drop-down-tree/bootstrap.css +466 -1
  90. package/styles/drop-down-tree/bootstrap4.css +499 -1
  91. package/styles/drop-down-tree/bootstrap5-dark.css +545 -1
  92. package/styles/drop-down-tree/bootstrap5.css +545 -1
  93. package/styles/drop-down-tree/fabric-dark.css +467 -1
  94. package/styles/drop-down-tree/fabric.css +468 -1
  95. package/styles/drop-down-tree/fluent-dark.css +550 -1
  96. package/styles/drop-down-tree/fluent.css +550 -1
  97. package/styles/drop-down-tree/fluent2.css +1733 -0
  98. package/styles/drop-down-tree/fluent2.scss +1 -0
  99. package/styles/drop-down-tree/highcontrast-light.css +482 -1
  100. package/styles/drop-down-tree/highcontrast.css +492 -1
  101. package/styles/drop-down-tree/material-dark.css +791 -1
  102. package/styles/drop-down-tree/material.css +815 -1
  103. package/styles/drop-down-tree/material3-dark.css +581 -1
  104. package/styles/drop-down-tree/material3.css +693 -1
  105. package/styles/drop-down-tree/tailwind-dark.css +580 -1
  106. package/styles/drop-down-tree/tailwind.css +580 -1
  107. package/styles/fabric-dark.css +3414 -1
  108. package/styles/fabric.css +3414 -1
  109. package/styles/fluent-dark.css +3690 -1
  110. package/styles/fluent.css +3690 -1
  111. package/styles/fluent2.css +12402 -0
  112. package/styles/fluent2.scss +8 -0
  113. package/styles/highcontrast-light.css +3526 -1
  114. package/styles/highcontrast.css +3554 -1
  115. package/styles/list-box/bootstrap-dark.css +915 -1
  116. package/styles/list-box/bootstrap.css +926 -1
  117. package/styles/list-box/bootstrap4.css +980 -1
  118. package/styles/list-box/bootstrap5-dark.css +952 -1
  119. package/styles/list-box/bootstrap5.css +952 -1
  120. package/styles/list-box/fabric-dark.css +915 -1
  121. package/styles/list-box/fabric.css +926 -1
  122. package/styles/list-box/fluent-dark.css +952 -1
  123. package/styles/list-box/fluent.css +952 -1
  124. package/styles/list-box/fluent2.css +2029 -0
  125. package/styles/list-box/fluent2.scss +1 -0
  126. package/styles/list-box/highcontrast-light.css +929 -1
  127. package/styles/list-box/highcontrast.css +940 -1
  128. package/styles/list-box/material-dark.css +914 -1
  129. package/styles/list-box/material.css +925 -1
  130. package/styles/list-box/material3-dark.css +1025 -1
  131. package/styles/list-box/material3.css +1137 -1
  132. package/styles/list-box/tailwind-dark.css +961 -1
  133. package/styles/list-box/tailwind.css +961 -1
  134. package/styles/material-dark.css +4928 -1
  135. package/styles/material.css +5007 -1
  136. package/styles/material3-dark.css +5645 -1
  137. package/styles/material3.css +6541 -1
  138. package/styles/mention/bootstrap-dark.css +53 -1
  139. package/styles/mention/bootstrap.css +53 -1
  140. package/styles/mention/bootstrap4.css +63 -1
  141. package/styles/mention/bootstrap5-dark.css +82 -1
  142. package/styles/mention/bootstrap5.css +82 -1
  143. package/styles/mention/fabric-dark.css +53 -1
  144. package/styles/mention/fabric.css +53 -1
  145. package/styles/mention/fluent-dark.css +82 -1
  146. package/styles/mention/fluent.css +82 -1
  147. package/styles/mention/fluent2.css +1130 -0
  148. package/styles/mention/fluent2.scss +1 -0
  149. package/styles/mention/highcontrast-light.css +67 -1
  150. package/styles/mention/highcontrast.css +67 -1
  151. package/styles/mention/material-dark.css +52 -1
  152. package/styles/mention/material.css +52 -1
  153. package/styles/mention/material3-dark.css +165 -1
  154. package/styles/mention/material3.css +277 -1
  155. package/styles/mention/tailwind-dark.css +91 -1
  156. package/styles/mention/tailwind.css +91 -1
  157. package/styles/multi-select/bootstrap-dark.css +1318 -1
  158. package/styles/multi-select/bootstrap.css +1311 -1
  159. package/styles/multi-select/bootstrap4.css +1442 -1
  160. package/styles/multi-select/bootstrap5-dark.css +1389 -1
  161. package/styles/multi-select/bootstrap5.css +1389 -1
  162. package/styles/multi-select/fabric-dark.css +1315 -1
  163. package/styles/multi-select/fabric.css +1310 -1
  164. package/styles/multi-select/fluent-dark.css +1462 -1
  165. package/styles/multi-select/fluent.css +1462 -1
  166. package/styles/multi-select/fluent2.css +2663 -0
  167. package/styles/multi-select/fluent2.scss +1 -0
  168. package/styles/multi-select/highcontrast-light.css +1429 -1
  169. package/styles/multi-select/highcontrast.css +1436 -1
  170. package/styles/multi-select/material-dark.css +2470 -1
  171. package/styles/multi-select/material.css +2490 -1
  172. package/styles/multi-select/material3-dark.css +2683 -1
  173. package/styles/multi-select/material3.css +2795 -1
  174. package/styles/multi-select/tailwind-dark.css +1383 -1
  175. package/styles/multi-select/tailwind.css +1383 -1
  176. package/styles/tailwind-dark.css +3631 -1
  177. package/styles/tailwind.css +3631 -1
  178. package/CHANGELOG.md +0 -2157
package/CHANGELOG.md DELETED
@@ -1,2157 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ## 25.2.6 (2024-05-28)
6
-
7
- ### MultiSelect
8
-
9
- #### Bug Fixes
10
-
11
- - `#I587743` - Fixed an accessibility issue in MultiSelect to improve usability for all users.
12
- - `#I577257` - Fixed issue with incorrect binding of value property to MultiSelect.
13
-
14
- ## 25.2.5 (2024-05-21)
15
-
16
- ### DropDownTree
17
-
18
- #### Bug Fixes
19
-
20
- - `#I589141` - The Dropdown Tree component now includes tab focus support for the "Select All" checkbox element. With this enhancement, pressing the Tab key will move the focus to the "Select All" checkbox, and pressing Shift+Tab will move the focus back to the "Select All" checkbox during backward navigation.
21
- - `#I586376` - Trigger the "select" event instantly after the item selection in Dropdown Tree popup.
22
-
23
- ### MultiSelect
24
-
25
- #### Bug Fixes
26
-
27
- - `#I188132` - Fixed an issue where the 'for' attribute was not being added to the label element of MultiSelect.
28
-
29
- ### DropDownList
30
-
31
- #### Bug Fixes
32
-
33
- - `#I583651` - Fixed the issue with the header remaining fixed on the page after scrolling while using dropdown with grouping on a scrollable page.
34
- - `#I583092` - Fixed an issue where the dropdownlist did not retrieve the proper index when dynamically updating the datasource with an index.
35
-
36
- ## 25.2.4 (2024-05-14)
37
-
38
- ### MultiSelect
39
-
40
- #### Bug Fixes
41
-
42
- - `#I583683` - Resolved issue with allow object binding property causing errors when binding fields as integers
43
-
44
- ### DropDownTree
45
-
46
- #### Bug Fixes
47
-
48
- - `#I585791` - Resolved the SelectAll checkbox uncheck issue after closing and opening the Dropdown Tree component.
49
-
50
- ### DropDownList
51
-
52
- #### Bug Fixes
53
-
54
- - `#I580648` - Issue with "The dropdownlist not retrieving the proper index when grouping with allow filtering" has been resolved.
55
- - `#I581080` - Fixed the issue with the dropdownlist index value not updating in component instances.
56
- - `#I581098` - Fixed issue where aria-controls was not maintained when popup was in closed state.
57
-
58
- ## 25.2.3 (2024-05-08)
59
-
60
- ### ListBox
61
-
62
- #### Bug Fixes
63
-
64
- - `#I582752` - Issue with "Script error thrown in listbox when adding and removing items" has been resolved.
65
-
66
- ## 25.1.41 (2024-04-23)
67
-
68
- ### MultiSelect
69
-
70
- #### Bug Fixes
71
-
72
- - `#I571383` - Resolved issue where removing a long text tag in a multi-select drop down was also removing a short text tag.
73
-
74
- ### ListBox
75
-
76
- #### Bug Fixes
77
-
78
- - `#I566450` - Issue with "The disabled itemTemplate item is not move properly for listbox toolbar action" has been resolved.
79
-
80
- ## 25.1.40 (2024-04-16)
81
-
82
- ### ListBox
83
-
84
- #### Bug Fixes
85
-
86
- - `#I565976` - Issue with "The getSortedList data not update correctly while removeItem method after drag and drop action in listbox" has been resolved.
87
-
88
- ## 25.1.39 (2024-04-09)
89
-
90
- ### AutoComplete
91
-
92
- #### Bug Fixes
93
-
94
- - `#I556993` - Resolved the issue in Autocomplete where the highlight selection was not removed after selecting a value from the dropdown when autofill was enabled.
95
-
96
- ### ListBox
97
-
98
- #### Bug Fixes
99
-
100
- - `#I566450` - Issue with "When clicking moveAllTo toolbar, the disabled item is also moved to the listbox" has been resolved.
101
- - `#I575330` - Issue with "Script error thrown in listbox while drag and drop hover on textbox element" has been resolved.
102
- - `#I565976` - Issue with "The getSortedList and getDataList method datasource order is not proper while using addItems, removeItem method and change their position using drag and drop" has been resolved.
103
-
104
- ### DropDownTree
105
-
106
- #### Bug Fixes
107
-
108
- - `#I574653` - The issue aria-label attribute is not added to the input element in the Dropdown Tree component has been resolved.
109
- - `#I572604` - An issue with "facing a console error when clicking a button inside the footer template in the Dropdown Tree component" has been resolved.
110
-
111
- ## 25.1.37 (2024-03-26)
112
-
113
- ### Mention
114
-
115
- #### Bug Fixes
116
-
117
- - `#FB51909` - Fixed an issue where filtering was not working properly when allow space was set to true.
118
-
119
- ### ComboBox
120
-
121
- #### Bug Fixes
122
-
123
- - `#I567781` - Fixed issue with Request being sent on initial loading when binding remote data and using the allowFiltering property.
124
-
125
- ### DropDownTree
126
-
127
- #### Bug Fixes
128
-
129
- - `#I569983` - Issue with "trim leading or trailing white-space when filtering in the Dropdown Tree" has been resolved.
130
-
131
- ### MultiSelect
132
-
133
- #### Bug Fixes
134
-
135
- - `#I567835` - Fixed XSS issue related to the highlight search feature when setting the filter query parameter without a value.
136
- - `#I560783` - Fixed issue where clearing the searched value would automatically select another value.
137
- - `#I524283` - Fixed issue where popup was not aligned properly when opening on top of the component.
138
- - `#I565659` - Fixed an issue in Multiselect Checkbox mode where the height of the dropdown input would change when selecting and unselecting items.
139
-
140
- ## 25.1.35 (2024-03-15)
141
-
142
- ### ComboBox
143
-
144
- #### Bug Fixes
145
-
146
- - `#I560957` - Resolved issue with "Combo Box not possible to update the datasource dynamically".
147
-
148
- ### Dropdown Tree
149
-
150
- #### Bug Fixes
151
-
152
- - `#I558972` - Issue with "focus from the first item when items are selected in the Dropdown Tree component" has been resolved.
153
-
154
- #### New Features
155
-
156
- - `#I322379`,`#I521440` - The Dropdown Tree component has been updated to render the popup in the DOM dynamically, significantly improving performance. If you need the popup to render during the initial load, you can set the 'destroyPopupOnHide' property to 'false'.
157
-
158
- ### ListBox
159
-
160
- #### Bug Fixes
161
-
162
- - `#F43705` - Issue with "Dropping selected items does not work correctly while enabling the checkbox in listbox component." has been resolved.
163
-
164
- ### MultiSelect
165
-
166
- #### Bug Fixes
167
-
168
- - `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
169
-
170
- ### DropdownList
171
-
172
- #### Bug Fixes
173
-
174
- - `#I472623` - Resolved an issue when the window is resizing the popup position is misaligned
175
-
176
- ## 21.2.5 (2023-05-16)
177
-
178
- ### ListBox
179
-
180
- #### Bug Fixes
181
-
182
- - `#F181311` - Issue with "Scrolling is not working while drag and drop the list box with item Template in angular platform" has been resolved.
183
- - `#F181131` - Issue with "No Record Found text disappears while hovering the drag item on list box without drop" has been resolved.
184
- - `#F181311` - Issue with "Scrolling is not working while drag and drop the list box with item Template" has been resolved.
185
- - `#I445397` - Issue with "Script error thrown when navigate the listbox item in grouping listbox through keyboard navigation" has been resolved.
186
- - `#I442262` - Issue with "Script error thrown while using destroy method in change event of list box" has been resolved.
187
- - `#F38636` - Issue with "`selectItems` function doesn't work in listbox when values contain backslashes" has been resolved.
188
- - `#F424252` - Issue with "Data source not update properly when we filtering and clicking move All button in listbox toolbar sample" has been resolved.
189
- - `#I423072` - Issue with "`actionBegin` event argument not passes the filtered item properly while filtering and clicking move All button in listbox toolbar sample" has been resolved.
190
- - `#F37860` - Issue with "Command button not working properly for multiselect in ListBox in Mac" has been resolved.
191
-
192
- ### DropDownList
193
-
194
- #### Bug Fixes
195
-
196
- - `#I397894` - The issue "aria-label added on input element instead of wrapper element while adding the aria-label by using Html Attribute property" has been resolved.
197
-
198
- ## 20.3.47 (2022-09-29)
199
-
200
- ### Mention
201
-
202
- - The `@Mention` component can be used to display a pop-up suggestion list whenever the designated mention key character is entered into a text box, rich text editor, or other editable element.
203
-
204
- **Key features**:
205
-
206
-
207
- - **Data binding**: Binds the list of items from local and remote data sources such as JSON, OData, WCF, and RESTful web services.
208
- - **Grouping**: Groups the logically related items under a single or specific category.
209
- - **Filtering**: Filters the list items based on a character typed in the component.
210
- - **Sorting**: Sorts the list items in alphabetical order (either ascending or descending).
211
- - **Highlight search**: Highlights the typed text in the suggestion list.
212
- - **Templates**: Customize the list item, display value, no records, and spinner loading content.
213
- - **Accessibility**: Built-in accessibility support that helps to access all the Mention component features using the keyboard, on-screen readers, or other assistive technology devices.
214
-
215
- ### ListBox
216
-
217
- #### Bug Fixes
218
-
219
- - `#I383114` - Issue with "Drop event argument not passes the selected item properly, while drag and drop the multiple item of listbox" has been resolved.
220
-
221
- ### MultiSelect
222
-
223
- #### Bug Fixes
224
-
225
- - `#FB31100` - Issue with "popup is not opened while changing the `popupHeight` dynamically in the `beforeOpen` event" has been resolved.
226
-
227
- - `#I355272` - Issue with "wrong popup item get selected when popup has duplicate text with item template and change the text property dynamically" has been resolved.
228
-
229
- ## 19.3.56 (2021-12-02)
230
-
231
- ### MultiSelect
232
-
233
- #### Bug Fixes
234
-
235
- - `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
236
-
237
- ### Dropdown Tree
238
-
239
- #### Bug Fixes
240
-
241
- - `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
242
-
243
- ## 19.3.55 (2021-11-23)
244
-
245
- ### AutoComplete
246
-
247
- #### Bug Fixes
248
-
249
- - `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
250
-
251
- ## 19.3.53 (2021-11-12)
252
-
253
- ### Dropdown Tree
254
-
255
- #### Bug Fixes
256
-
257
- - `#I345378` - The issue with "The interaction value is not updated properly in the select event while selecting via Select All checkbox" has been resolved.
258
-
259
- ## 19.3.48 (2021-11-02)
260
-
261
- ### Dropdown Tree
262
-
263
- #### Bug Fixes
264
-
265
- - `#I344723` - The issue with "The selected value is not removed from the Dropdown Tree while using the value property as two-way binding" has been resolved.
266
-
267
- ## 19.3.47 (2021-10-26)
268
-
269
- ### Dropdown Tree
270
-
271
- #### Bug Fixes
272
-
273
- - `#I343096` - The issue with "The Dropdown Tree item getting unselected when clicking the text content of the input element" has been fixed.
274
-
275
- ## 19.3.46 (2021-10-19)
276
-
277
- ### Dropdown Tree
278
-
279
- #### Bug Fixes
280
-
281
- - `#F169190` - The issue with "The Dropdown tree is not focused while pressing single tab key" has been resolved.
282
- - `#I341135` - The issue with "The Dropdown Tree selected items are misaligned while adding the `e-outline` and `e-filled` CSS classes" has been resolved.
283
-
284
- ## 19.3.45 (2021-10-12)
285
-
286
- ### ComboBox
287
-
288
- #### Bug Fixes
289
-
290
- - `#I343666` - Issue with "data list is not updated to the popup while changing the query property on dynamically with filtering mode" has been resolved.
291
-
292
- ## 19.3.44 (2021-10-05)
293
-
294
- ### Dropdown Tree
295
-
296
- #### New Features
297
-
298
- - `#I301222` - Provided support to display custom selected values template in the Dropdown Tree component.
299
-
300
- #### Bug Fixes
301
-
302
- - `#I342360`, `#I342351` - The issue with "The Dropdown Tree component is not rendered when providing an id that starts with an integer type" has been resolved.
303
- - `I341114` - Issue with "When listbox is selected with checkbox, drag and drop is not working properly" has been resolved.
304
-
305
- ## 19.2.62 (2021-09-14)
306
-
307
- ### DropDownList
308
-
309
- #### Bug Fixes
310
-
311
- - `#I341137` - Issue with "fixed grouping headers are not updated while scrolling the popup after set the grouping dynamically" has been resolved.
312
-
313
- ## 19.2.55 (2021-08-11)
314
-
315
- ### ListBox
316
-
317
- #### New Features
318
-
319
- - Provided No Record Template support.
320
-
321
- ### DropDownList
322
-
323
- #### Bug Fixes
324
-
325
- - Issue with "incremental search is not working properly while destroying and rendering the component again" has been resolved.
326
-
327
- ### AutoComplete
328
-
329
- #### Bug Fixes
330
-
331
- - `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
332
-
333
- ### Dropdown Tree
334
-
335
- #### Bug Fixes
336
-
337
- - `#F167371` - The performance issue that occurred when destroying the Dropdown Tree with a huge data source and CheckBox support has been resolved.
338
-
339
- ## 19.2.51 (2021-08-03)
340
-
341
- ### ListBox
342
-
343
- #### Bug Fixes
344
-
345
- - `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
346
-
347
- ### Dropdown Tree
348
-
349
- #### Bug Fixes
350
-
351
- - `#FB25687` - The issue with "The popup is not opened for the second time in the Dropdown Tree component when it is rendered inside the Accordion" has been resolved.
352
-
353
- ## 19.2.49 (2021-07-27)
354
-
355
- ### MultiSelect
356
-
357
- #### Bug Fixes
358
-
359
- - `#FB26653` - Issue with "placeholder is not updated properly while updating the placeholder value with special characters" has been resolved.
360
-
361
- - `#F166950` - Issue with "page scrolls in the safari browser while closing the popup" has been resolved.
362
-
363
- ## 19.2.48 (2021-07-20)
364
-
365
- ### ListBox
366
-
367
- #### Bug Fixes
368
-
369
- - `#I333351` - The issue with item template not works while using drag and drop issue has been fixed.
370
-
371
- ### MultiSelect
372
-
373
- #### Bug Fixes
374
-
375
- - `#I331063`, `#I335590` - Issue with "popup is not opened while rendering the component with HTML select tag and `dataSource` property" has been resolved.
376
- - `#I335674` - Issue with "filtering list item is reset to the popup while scrolling the popup item using mouse" has been resolved.
377
-
378
- - `#FB26670` - Issue with "`GroupTemplate` is not displayed while opening the popup at first time" has been resolved.
379
-
380
- ### Dropdown Tree
381
-
382
- #### Bug Fixes
383
-
384
- - `#I333505` - The issue with "When placing the button in the header and footer templates of the Dropdown Tree, the button's click event is not triggered" has been resolved.
385
- - `#I304231` - Improved the item selection performance with large items in the Dropdown Tree component.
386
-
387
- ## 19.2.47 (2021-07-13)
388
-
389
- ### MultiSelect
390
-
391
- #### Bug Fixes
392
-
393
- - `#I331063` - Issue with "popup is not opened while rendering component with HTML select tag and dynamically changing the data source" has been resolved.
394
-
395
- ## 19.1.65 (2021-05-25)
396
-
397
- ### DropDownList
398
-
399
- #### Bug Fixes
400
-
401
- - Issue with "Improper data source values are loaded in the popup while modifying query property" has been resolved.
402
-
403
- ## 19.1.59 (2021-05-04)
404
-
405
- ### ListBox
406
-
407
- #### Bug Fixes
408
-
409
- - `#317293` - Listbox event properties descriptions added.
410
-
411
- ### MultiSelect
412
-
413
- #### Bug Fixes
414
-
415
- - `#I323182` - Issue with "grouping headers are duplicated and overlapped with popup items while scrolling the popup after selecting the first popup item" has been resolved.
416
-
417
- ## 19.1.57 (2021-04-20)
418
-
419
- ### ListBox
420
-
421
- #### Bug Fixes
422
-
423
- - `#311323` - Issue with 'No Records Found' text occurred twice has been resolved.
424
-
425
- ## 19.1.56 (2021-04-13)
426
-
427
- ### ListBox
428
-
429
- #### Bug Fixes
430
-
431
- - `#316046` - Action complete event not triggered when sort order property is given issue is fixed.
432
- - `#311323` - DataSource missing while filtering is applied issue has been resolved.
433
- - `#163935` - Previous index is wrong in drag and drop event has been fixed.
434
-
435
- ## 19.1.54 (2021-03-30)
436
-
437
- ### Dropdown Tree
438
-
439
- #### Bug Fixes
440
-
441
- `#317088` - The issue with "The popup is not opened for the second time in the Dropdown Tree component when it is rendered inside the Dialog" has been resolved.
442
-
443
-
444
- ## 18.4.47 (2021-03-09)
445
-
446
- ### MultiSelect
447
-
448
- #### Bug Fixes
449
-
450
- `#317598` - Issue with "selected values are not posted properly while clicking on the select all option with predefined value" has been resolved.
451
-
452
-
453
- ## 18.4.44 (2021-02-23)
454
-
455
- ### MultiSelect
456
-
457
- #### New Features
458
-
459
- - `#283275`, `#289148`, `#296652` - Now, selection and deselection performance is improved while providing the large data to the component.
460
-
461
- ## 18.4.43 (2021-02-16)
462
-
463
- ### Dropdown Tree
464
-
465
- #### Bug Fixes
466
-
467
- - `#310244` - The issue on changing the `treeSettings.autoCheck` property dynamically in the `Box` mode has been resolved in the Dropdown Tree component.
468
-
469
- ## 18.4.35 (2021-01-19)
470
-
471
- ### DropDownList
472
-
473
- #### Bug Fixes
474
-
475
- - `#310665` - Issue with "`select` event is triggered twice while preventing the value selection" has been resolved.
476
-
477
- ## 18.4.34 (2021-01-12)
478
-
479
- ### ListBox
480
-
481
- #### Bug Fixes
482
-
483
- - Issue with remote data has been fixed.
484
-
485
- ## 18.4.32 (2020-12-29)
486
-
487
- ### AutoComplete
488
-
489
- #### Bug Fixes
490
-
491
- - `#308003` - Issue with 'highlight search is not working while rendering component along with `iconCss` property' has been resolved.
492
-
493
- ### DropDownList
494
-
495
- #### Bug Fixes
496
-
497
- - `#304837` - Issue with "value property is not updated properly while rendering dropdown with select tag and list has empty string as field value" has been resolved.
498
-
499
- ### ComboBox
500
-
501
- #### Bug Fixes
502
-
503
- - `#306780` - Issue with "Input element value clears on changing the datasource dynamically" has been resolved.
504
-
505
- ## 18.4.31 (2020-12-22)
506
-
507
- ### ListBox
508
-
509
- #### Bug Fixes
510
-
511
- - Issue with 'drag and drop' has been fixed.
512
- - Issue with toolbar option has been fixed.
513
-
514
- ### MultiSelect
515
-
516
- #### Bug Fixes
517
-
518
- - `#242307` - Issue with "filter event is not triggered when clear the value using clear icon " has been resolved.
519
-
520
- ## 18.3.52 (2020-12-01)
521
-
522
- ### DropDownList
523
-
524
- #### Bug Fixes
525
-
526
- - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
527
-
528
- ### MultiSelect
529
-
530
- #### Bug Fixes
531
-
532
- - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
533
-
534
- ### ComboBox
535
-
536
- #### Bug Fixes
537
-
538
- - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
539
-
540
- ### AutoComplete
541
-
542
- #### Bug Fixes
543
-
544
- - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
545
-
546
- ### ListBox
547
-
548
- #### Bug Fixes
549
-
550
- - Issue with 'removeItem' method has been fixed.
551
-
552
- ## 18.3.44 (2020-10-27)
553
-
554
- ### MultiSelect
555
-
556
- #### Bug Fixes
557
-
558
- - `#292479` - Issue with "beforeOpen event is triggered while rendering the component with initial value" has been resolved.
559
-
560
- ## 18.3.42 (2020-10-20)
561
-
562
- ### Dropdown Tree
563
-
564
- #### Bug Fixes
565
-
566
- - `F155642` - The issue with "the two-way binding is not working while enabling checkbox support in the Dropdown Tree component" has been resolved.
567
-
568
- ### ListBox
569
-
570
- #### Bug Fixes
571
-
572
- - Issue with 'dragStart' event has been fixed.
573
-
574
- ## 18.3.40 (2020-10-13)
575
-
576
- ### MultiSelect
577
-
578
- #### Bug Fixes
579
-
580
- - `#291884` - Issue with "clear icon overlaps the selected value" has been resolved.
581
-
582
- ## 18.3.35 (2020-10-01)
583
-
584
- ### ListBox
585
-
586
- #### Bug Fixes
587
-
588
- - compatibility issues with EJ1 has been fixed.
589
-
590
- ## 18.2.58 (2020-09-15)
591
-
592
- ### ListBox
593
-
594
- #### Bug Fixes
595
-
596
- - 'moveAll' is not working after applied grouping has been fixed.
597
-
598
- ## 18.2.54 (2020-08-18)
599
-
600
- ### Dropdown Tree
601
-
602
- #### Breaking Changes
603
-
604
- - `#273325` - Provided the option to customize the Dropdown Tree’s input height when the content is increased.
605
-
606
- ### MultiSelect
607
-
608
- #### Bug Fixes
609
-
610
- - `#275308` - Performance issue will no longer occurs when render the multiselect with checkbox.
611
-
612
- ## 18.2.48 (2020-08-04)
613
-
614
- ### ListBox
615
-
616
- #### New Features
617
-
618
- - `#285392` - Enable / disable list items based on unique value support provided.
619
-
620
- ### Dropdown Tree
621
-
622
- #### Bug Fixes
623
-
624
- - The accessibility issue with “The Dropdown Tree text is not reading properly when enabling the multi-selection support” has been resolved.
625
-
626
- ### MultiSelect
627
-
628
- #### Bug Fixes
629
-
630
- `#285164`, `#277294` - Issue with "First list item got selected while pressing space key in the MultiSelect along with checkbox mode and remote data" has been resolved.
631
-
632
-
633
- ## 18.2.47 (2020-07-28)
634
-
635
- ### DropDownList
636
-
637
- #### Bug Fixes
638
-
639
- - `#277503` - Issue with "sort order is not working for filtering dropdown after adding new item using addItem method" has been resolved.
640
-
641
- ### ListBox
642
-
643
- #### Bug Fixes
644
-
645
- - Filtering is not working in IE browser has been fixed.
646
-
647
- ## 18.1.59 (2020-06-23)
648
-
649
- ### MultiSelect
650
-
651
- #### Bug Fixes
652
-
653
- -`#F154635` - Issue with "floating label is not floated properly while rendering with filter and outline theme appearance" has been resolved.
654
-
655
-
656
- - `#277827` - Issue with "typed custom value alone present in the popup after typing the custom value and focus out then again open the popup" has been resolved.
657
-
658
- ## 18.1.57 (2020-06-16)
659
-
660
- ### ComboBox
661
-
662
- #### Bug Fixes
663
-
664
- - `#279216` - Now, you can set empty data source dynamically.
665
-
666
- ## 18.1.56 (2020-06-09)
667
-
668
- ### ComboBox
669
-
670
- #### Bug Fixes
671
-
672
- - Issue with "select event is not triggered while doing first selection with autofill" has been resolved.
673
-
674
- ## 18.1.55 (2020-06-02)
675
-
676
- ### MultiSelect
677
-
678
- #### Bug Fixes
679
-
680
- -`#273796` - Now, e-outline class is added to the filter input
681
-
682
-
683
- ### Dropdown Tree
684
-
685
- #### Bug Fixes
686
-
687
- - `#276800` - The issue with “The selected item is maintained in DOM after clearing the item using clear icon in the Dropdown Tree component” has been resolved.
688
- - `#278072` - The issue with “The Dropdown Tree selected values are not received in the form post back” has been resolved.
689
- - `#274468` - The issue with “The Dropdown Tree popup element is incorrectly positioned when it is rendered inside the Bootstrap dialog” has been fixed.
690
-
691
- #### New Features
692
-
693
- - `#277378` - Provided the support to reset the values in the Dropdown Tree component when the form reset method is called.
694
-
695
- ## 18.1.53 (2020-05-19)
696
-
697
- ### MultiSelect
698
-
699
- #### Bug Fixes
700
-
701
- - `#273796` - Now, filtering works properly when paste the value in the input element.
702
-
703
- ### Dropdown Tree
704
-
705
- #### Bug Fixes
706
-
707
- - `#274351` - The issue with "The Dropdown Tree initialized value which is not getting it in the form post" has been resolved.
708
-
709
- ### ListBox
710
-
711
- #### New Features
712
-
713
- - Provided Placeholder support to filterbar in listbox.
714
-
715
- #### Bug Fixes
716
-
717
- - Move to and move from throws script error when listbox rendered with item template issue fixed.
718
-
719
- ## 18.1.52 (2020-05-13)
720
-
721
- ### ListBox
722
-
723
- #### Bug Fixes
724
-
725
- - Move to and move from throws script error when listbox rendered with item template issue fixed.
726
-
727
- ## 18.1.48 (2020-05-05)
728
-
729
- ### MultiSelect
730
-
731
- #### Bug Fixes
732
-
733
- - `#273796` - Issue with clear icon misalignment in the material outline has been resolved.
734
-
735
- ### ListBox
736
-
737
- #### Bug Fixes
738
-
739
- - Issue with drag and drop in empty listbox has been fixed.
740
-
741
- ## 18.1.46 (2020-04-28)
742
-
743
- ### Dropdown Tree
744
-
745
- #### Bug Fixes
746
-
747
- - The issue with `The Dropdown Tree placeholder hides while opening the popup, when enabling the checkbox support` has been fixed.
748
-
749
- ### ListBox
750
-
751
- #### Bug Fixes
752
-
753
- - Issue with 'enabled' properly when listbox have toolbar option has been fixed.
754
- - Issue with Filter element when the scrolling has enabled in listbox.
755
-
756
- ## 18.1.43 (2020-04-07)
757
-
758
- ### ListBox
759
-
760
- #### Bug Fixes
761
-
762
- - `moveTo` method is not working properly when listbox have disabled items has been fixed.
763
-
764
- ## 18.1.36-beta (2020-03-19)
765
-
766
- ### Common
767
-
768
- #### Breaking Changes
769
-
770
- The newly added `Dropdown Tree` component in dropdowns package requires `Navigations` dependency, so now it is mandatory to include the `ej2-navigations.umd.min.js` in `system.js` configuration if you are using the system.js module loader.
771
- Update the system.js configuration while going with this version and above.
772
-
773
-
774
- ### Dropdown Tree
775
-
776
- The Dropdown Tree control allows you to select single or multiple values from hierarchical data in a tree-like structure. It has several out-of-the-box features, such as data binding, check boxes, templates, UI customization, accessibility, and preselected values. The available key features are
777
-
778
-
779
- - **Data binding** - Bind and access a hierarchical list of items from a local or server-side data source.
780
- - **Check boxes** - Select more than one item in the Dropdown Tree control without affecting the UI appearance.
781
- - **Multiple selection** - Select more than one item in the control.
782
- - **Sorting** - Display the Dropdown Tree items in ascending or descending order.
783
- - **Template** - Customize the Dropdown Tree items, header, footer, action failure content, and no records content.
784
- - **Accessibility** - Provide access to all the Dropdown Tree control features through keyboard interaction, on-screen readers, and other assistive technology devices.
785
-
786
- ### ListBox
787
-
788
- #### Bug Fixes
789
-
790
- - Dynamic show checkBox not working in grouping has been fixed.
791
-
792
- ## 17.4.51 (2020-02-25)
793
-
794
- ### MultiSelect
795
-
796
- #### Bug Fixes
797
-
798
- - `#263579` - Issue with "the performance issue while clear the selected items using clear button" issue has been resolved.
799
-
800
- ## 17.4.50 (2020-02-18)
801
-
802
- ### ListBox
803
-
804
- #### Bug Fixes
805
-
806
- - `#261827` - Issue when ListBox and menu component in a same page has been resolved.
807
-
808
- ## 17.4.49 (2020-02-11)
809
-
810
- ### DropDownList
811
-
812
- #### Bug Fixes
813
-
814
- - `#261901` - Issue with "cascade dropdown previous value maintained while enabled the filtering" has been resolved.
815
-
816
- ## 17.4.47 (2020-02-05)
817
-
818
- ### ListBox
819
-
820
- #### Bug Fixes
821
-
822
- - `#F151029` - Checkbox selection not updated on initial load, while rendering the ListBox with `iconCss` issue fixed.
823
- - Provided 'actionBegin' and 'actionComplete' event when moving items.
824
-
825
- ## 17.4.46 (2020-01-30)
826
-
827
- ### MultiSelect
828
-
829
- #### Bug Fixes
830
-
831
- - `#261574` - Now, `isInteracted` argument updated properly in the change event while focusout.
832
-
833
- ## 17.4.44 (2021-01-21)
834
-
835
- ### ListBox
836
-
837
- #### Bug Fixes
838
-
839
- - `#260635` - Sorted datasource not updated properly in ListBox has been fixed.
840
-
841
- ### MultiSelect
842
-
843
- #### Bug Fixes
844
-
845
- - `#258436` - Issue with "Duplicate value added in multiselect input while updating the value using setState method in the select event" has been resolved.
846
-
847
- ## 17.4.43 (2020-01-14)
848
-
849
- ### ListBox
850
-
851
- #### Bug Fixes
852
-
853
- - `#F150435` - Script error occurs during disabled toolbar button click has been resolved.
854
-
855
- ## 17.4.41 (2020-01-07)
856
-
857
- ### ListBox
858
-
859
- #### Bug Fixes
860
-
861
- - `#255830` - filter and grouping are not working on drag and drop and toolbar button states not updated properly has been resolved.
862
-
863
- ## 17.4.40 (2019-12-24)
864
-
865
- ### DropDownList
866
-
867
- #### Bug Fixes
868
-
869
- - `#255255` - Issue with "JAWS screen reader does not read the pre-selected value" has been resolved.
870
-
871
- ### ListBox
872
-
873
- #### Bug Fixes
874
-
875
- - Issue with Drag and Drop is fixed.
876
-
877
- ## 17.4.39 (2019-12-17)
878
-
879
- ### ComboBox
880
-
881
- #### Bug Fixes
882
-
883
- - `#256098` - The mobile device ENTER key selection issue in the focused item issue has resolved.
884
-
885
- ### MultiSelect
886
-
887
- #### Bug Fixes
888
-
889
- - `#255765` - Issue with "dynamically added item not displayed initially in box mode when control in focus state" has been resolved.
890
-
891
- ### DropDownList
892
-
893
- #### Bug Fixes
894
-
895
- - `#256908` - Issue with "script error throws while pressing the escape key after filter the items in the popup" has been resolved.
896
-
897
- ### ListBox
898
-
899
- #### New Features
900
-
901
- - Provided public methods for `toolbar` actions.
902
- - Provided `getDataByValues` method for getting array of data objects.
903
-
904
- #### Bug Fixes
905
-
906
- - `#252496` - Checkbox selection not maintained after removing filter has been fixed.
907
- - `#F147087` - script error "contains of undefined in ListBox" while rendering the ListBox and multi select in the same router page has been fixed.
908
-
909
- ## 17.3.29 (2019-11-26)
910
-
911
- ### AutoComplete
912
-
913
- #### New Features
914
-
915
- - `#254473` - Now, you can clear the selected values using `clear` method.
916
-
917
- ### ComboBox
918
-
919
- #### New Features
920
-
921
- - `#254473` - Now, you can clear the selected values using `clear` method.
922
-
923
- ### DropDownList
924
-
925
- #### New Features
926
-
927
- - `#254473` - Now, you can clear the selected values using `clear` method.
928
-
929
- ### MultiSelect
930
-
931
- #### New Features
932
-
933
- - `#254473` - Now, you can clear the selected values using `clear` method.
934
-
935
- ## 17.3.28 (2019-11-19)
936
-
937
- ### MultiSelect
938
-
939
- #### Bug Fixes
940
-
941
- - `#F148867` , `#254713` - The issue with "rendering the `itemTemplate` when value is bound to the control" has been resolved.
942
-
943
- ## 17.3.21 (2019-10-30)
944
-
945
- ### ComboBox
946
-
947
- #### Bug Fixes
948
-
949
- - `#251466` - Now, you can set width property in `em` unit.
950
- - `#251650` - Issue with 'filtered list item is not getting focused when set filter type as contains' has been resolved.
951
- - `#251325` - Issue with "once combobox popup open is prevented by setting args.cancel as true in open event then you can't remove the prevent a popup opening using open event" has been resolved.
952
-
953
- ### DropDownList
954
-
955
- #### Bug Fixes
956
-
957
- - `#251466` - Now, you can set width property in `em` unit.
958
-
959
- ### MultiSelect
960
-
961
- #### Bug Fixes
962
-
963
- - `#251466` - Now, you can set width property in `em` unit.
964
-
965
- ### ListBox
966
-
967
- #### Bug Fixes
968
-
969
- - `#F147087` - script error "class List of undefined" while grouping has been fixed.
970
- - `#F147408` - Move To toolbar button not working when loading the list box using `remote data` has been resolved.
971
- - `#249771` - script error while performing the toolbar actions in dual ListBox with `data manager` in `EJ2 MVC` has been resolved
972
-
973
- ## 17.3.19 (2019-10-22)
974
-
975
- ### ListBox
976
-
977
- - Drag Event returns null value issue is fixed
978
-
979
- ## 17.3.17 (2019-10-15)
980
-
981
- ### MultiSelect
982
-
983
- #### Bug Fixes
984
-
985
- - `#250710` - Now, you can filter the data while render the component using `select` element.
986
-
987
- - `#248601` - Issue with "selected items hidden from popup when set hideSelectedItem as false" has been resolved.
988
-
989
-
990
- ## 17.3.16 (2019-10-09)
991
-
992
- ### ListBox
993
-
994
- #### Bug Fixes
995
-
996
- - Adding common cssClass for wrapper.
997
-
998
- ### MultiSelect
999
-
1000
- #### New Features
1001
-
1002
- - Provided `Material2 outline layout` for multiselect.
1003
-
1004
- ## 17.3.14 (2019-10-03)
1005
-
1006
- ### AutoComplete
1007
-
1008
- #### Bug Fixes
1009
-
1010
- - `#248193` - Issue with "once autocomplete popup open is prevented by setting args.cancel as true in beforeOpen event then you can't remove the prevent a popup opening using beforeOpen event" has been resolved.
1011
-
1012
- ### MultiSelect
1013
-
1014
- #### Bug Fixes
1015
-
1016
- - `#248288` - Issue with "console error thrown when set the openOnClick property as false in checkbox mode" has been resolved.
1017
-
1018
- ## 17.2.49 (2019-09-04)
1019
-
1020
- ### MultiSelect
1021
-
1022
- #### Bug Fixes
1023
-
1024
- - `#245849` - Issue with "Dropdown popup moves down while initial value selection on popup" has been resolved.
1025
-
1026
- ## 17.2.46 (2019-08-22)
1027
-
1028
- ### ListBox
1029
-
1030
- #### New Features
1031
-
1032
- - `#237694` - provided maximum selection limit option for ListBox.
1033
-
1034
- ## 17.2.41 (2019-08-14)
1035
-
1036
- ### MultiSelect
1037
-
1038
- #### Bug Fixes
1039
-
1040
- - `#144756`- Issue with "custom value added to the list after args.cancel is set to true in custom value section event" has been resolved.
1041
-
1042
- ## 17.2.40 (2019-08-06)
1043
-
1044
- ### MultiSelect
1045
-
1046
- #### New Features
1047
-
1048
- - `#F146233` - Now, you can specify type of filter using `filterType` property.
1049
-
1050
- ### ComboBox
1051
-
1052
- #### New Features
1053
-
1054
- - `#F146233` - Now, you can specify type of filter using `filterType` property.
1055
-
1056
- ### DropDownList
1057
-
1058
- #### New Features
1059
-
1060
- - `#F146233` - Now, you can specify type of filter using `filterType` property.
1061
-
1062
- ## 17.2.39 (2019-07-30)
1063
-
1064
- ### ListBox
1065
-
1066
- #### Bug Fixes
1067
-
1068
- - `#240597` - Dual ListBox causes an error when filtering is activated and disable the checkbox selection settings issue is fixed.
1069
- - `#240594` - Form submit occurs while click toolbar item issue is fixed.
1070
-
1071
- ## 17.2.36 (2019-07-24)
1072
-
1073
- ### MultiSelect
1074
-
1075
- #### Bug Fixes
1076
-
1077
- - `#241578` - Issue with “Checkbox selection is not updated properly in the popup list items when set filtering as false” has been resolved.
1078
-
1079
- ### AutoComplete
1080
-
1081
- #### Bug Fixes
1082
-
1083
- - `#F146110` - Now, Resolved the console error thrown when first character is type using `MinLength` property.
1084
-
1085
- ### DropDownList
1086
-
1087
- #### Bug Fixes
1088
-
1089
- - `#F146110` - Now, Resolved the console error thrown when first character is type using `MinLength` property.
1090
-
1091
- ## 17.2.34 (2019-07-11)
1092
-
1093
- ### ComboBox
1094
-
1095
- #### Bug Fixes
1096
-
1097
- - `#233488`, `#239802` - Issue with "throws error while set the field value as null" has been resolved.
1098
-
1099
- ### MultiSelect
1100
-
1101
- #### Bug Fixes
1102
-
1103
- - `#226512` - Now, SelectAll checkbox shows when more than one items present in the filtered list.
1104
-
1105
- ### DropDownList
1106
-
1107
- #### Bug Fixes
1108
-
1109
- - `#239351` - Now, Select event triggers when selecting the value through interaction.
1110
- - `#F145367` - Issue with "filtering is not working with item template" has been resolved.
1111
-
1112
- ### ListBox
1113
-
1114
- #### Bug Fixes
1115
-
1116
- - `#240594` - Form submit occurs while click toolbar item issue is fixed.
1117
-
1118
- ## 17.2.28-beta (2019-06-27)
1119
-
1120
- ### ListBox
1121
-
1122
- #### New Features
1123
-
1124
- - Checkbox position support provided.
1125
- - Filter support provided.
1126
- - #234507 - Provided support for drag and dropping the single list item when more than one list item is selected by setting `false` to `dragSelected` argument in `dragStart` event.
1127
-
1128
- #### Bug Fixes
1129
-
1130
- - #236715 - Drag and dropping the list item is not sorted when `sortOrder` enabled issue is fixed.
1131
-
1132
- #### Breaking Changes
1133
-
1134
- - Event `select` is removed instead `change` event is provided.
1135
-
1136
- ### DropDownList
1137
-
1138
- #### Bug Fixes
1139
-
1140
- - #235631 - Issue with "updating default value after form reset" has been resolved.
1141
- - #239136 - Now, you can change `allowFiltering` property value dynamically.
1142
-
1143
- ### MultiSelect
1144
-
1145
- #### Bug Fixes
1146
-
1147
- - #235699 - Change event not happening after the control has lost focus issue has been fixed.
1148
-
1149
- #### New Features
1150
-
1151
- - `#F142089`, `#225476`, `#231094`, `#234377` - Now, you can render grouping with checkbox using enableGroupCheckBox property.
1152
-
1153
- ## 17.1.49 (2019-05-29)
1154
-
1155
- ### MultiSelect
1156
-
1157
- #### New Features
1158
-
1159
- - #236816 - Provided method for `focusIn` and `focusOut`.
1160
-
1161
- #### Bug Fixes
1162
-
1163
- - #231920 - In IE browser, script error throws when calling getItems method has been fixed.
1164
-
1165
- ## 17.1.48 (2019-05-21)
1166
-
1167
- ### ListBox
1168
-
1169
- #### New Features
1170
-
1171
- - Provided change event for ListBox.
1172
-
1173
- ## 17.1.44 (2019-05-07)
1174
-
1175
- ### MultiSelect
1176
-
1177
- #### Bug Fixes
1178
-
1179
- - #235167 - Multiselect dropdown jump down when the `showDropDownIcon` is set to true issue has been resolved.
1180
- - #209393 - Change event not fired during tab key navigation issue has been resolved.
1181
-
1182
- ### DropDownList
1183
-
1184
- #### Bug Fixes
1185
-
1186
- - #234846 - The popup collision issue has been resolved while enable the filtering.
1187
-
1188
- ## 17.1.43 (2019-04-30)
1189
-
1190
- ### ComboBox
1191
-
1192
- #### Bug Fixes
1193
-
1194
- - #233483 - The List not generated properly while clear the value using clear button issue has been resolved.
1195
- - #234100 - The search not working on enabling read only in the control initialization issue has been resolved.
1196
- - #233137 - The combobox is not focused when click the tab key at single time issue has been resolved.
1197
-
1198
- ### DropDownList
1199
-
1200
- #### Bug Fixes
1201
-
1202
- - #231680 - The data source is observable using Async Pipe with pre select value not updated issue has been resolved.
1203
- - #230651 - Eval function security issue has been resolved.
1204
-
1205
- ## 17.1.42 (2019-04-23)
1206
-
1207
- ### MultiSelect
1208
-
1209
- #### Bug Fixes
1210
-
1211
- - #232673 - Issue with prevent the first value when clear value using clear button has been fixed.
1212
- - #233432 - The group template text not updated while enable the allow filtering issue has been fixed.
1213
-
1214
- ## 17.1.41 (2019-04-16)
1215
-
1216
- ### MultiSelect
1217
-
1218
- #### Bug Fixes
1219
-
1220
- - #232673 - Issue with browser freeze when clear value using clear button has been fixed.
1221
- - #231997 - Issue with duplicate placeholder on multiselect issue has been fixed.
1222
- - #232218 - The popup open downward when select the items after scroll the page issue has been resolved.
1223
- - #231920 - The Custom value with pre select value not updated when set empty data source issue has been resolved.
1224
- - F143612 - Dropdown icon disappeared when set the lengthy placeholder issue has been fixed.
1225
-
1226
- ### DropDownList
1227
-
1228
- #### Bug Fixes
1229
-
1230
- - #142944 - Item template not loaded, when change the datasource dynamically issue has been resolved.
1231
-
1232
- ### ComboBox
1233
-
1234
- #### Bug Fixes
1235
-
1236
- - #225254, #227938 - Template interpolated data not updated while filtering issue has been resolved.
1237
-
1238
- ## 17.1.40 (2019-04-09)
1239
-
1240
- ### ListBox
1241
-
1242
- #### Bug Fixes
1243
-
1244
- - Value property passed on form submit issue fixed.
1245
-
1246
- ### DropDownList
1247
-
1248
- #### Bug Fixes
1249
-
1250
- - Issue with value selection on disabled dropdown using incremental search has been fixed.
1251
- - Clear icon shown when change the value dynamically issue has been fixed.
1252
-
1253
- ### MultiSelect
1254
-
1255
- #### Bug Fixes
1256
-
1257
- - Placeholder is not updated properly when unselect all the value issue has been resolved.
1258
-
1259
- ## 17.1.38 (2019-03-29)
1260
-
1261
- ### ListBox
1262
-
1263
- The ListBox is a graphical user interface component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection. It supports sorting, grouping, reordering, and drag and drop of items. The available key features are:
1264
-
1265
-
1266
- - **Data binding**: Binds and accesses the list of items from local or server-side data source.
1267
- - **Dual ListBox**: Allows transferring and reordering the list item between two ListBoxes.
1268
- - **Drag and Drop**: Allows drag and drop the list item with the same/multiple ListBox.
1269
- - **Grouping**: Groups the logically related items under a single or specific category.
1270
- - **Templates**: Customizes the list items.
1271
- - **Sorting**: Sorts the list items in alphabetical order (either ascending or descending).
1272
- - **Accessibility**: Provided with built-in accessibility support that helps to access all the ListBox component features using the keyboard, screen readers, or other assistive technology devices.
1273
-
1274
- ### MultiSelect
1275
-
1276
- #### Bug Fixes
1277
-
1278
- - Placeholder is not updated properly when removed the value issue has been resolved.
1279
-
1280
- ## 17.1.32-beta (2019-03-13)
1281
-
1282
- ### DropDownList
1283
-
1284
- #### Bug Fixes
1285
-
1286
- - Issue with change event trigger multiple times when clear value using clear button has been fixed.
1287
-
1288
- ### MultiSelect
1289
-
1290
- #### New Features
1291
-
1292
- - Provided customized filtering support for checkbox mode also.
1293
-
1294
- ### AutoComplete
1295
-
1296
- #### Bug Fixes
1297
-
1298
- - Filtered value is not maintained while using model value issue has been resolved.
1299
-
1300
- ### ComboBox
1301
-
1302
- #### Bug Fixes
1303
-
1304
- - List's selection is not removed when remove a selected value using clear button issue has been resolved.
1305
-
1306
- ## 16.4.55 (2019-02-27)
1307
-
1308
- ### DropDownList
1309
-
1310
- #### Bug Fixes
1311
-
1312
- - Pre-select value is not selected when its not present in the list issue fixed.
1313
- - Reset text based initial value in form reset action behavior has been changed.
1314
-
1315
- ### AutoComplete
1316
-
1317
- #### Bug Fixes
1318
-
1319
- - Reset text based initial value in form reset action behavior has been changed.
1320
-
1321
- ### ComboBox
1322
-
1323
- #### Bug Fixes
1324
-
1325
- - Reset text based initial value in form reset action behavior has been changed.
1326
-
1327
- ### MultiSelect
1328
-
1329
- #### Bug Fixes
1330
-
1331
- - List selection throws exception while using quotes within string data issue has been resolved.
1332
- - Select all operation's performance issue has been resolved.
1333
-
1334
- ## 16.4.54 (2019-02-19)
1335
-
1336
- ### DropDownList
1337
-
1338
- #### Bug Fixes
1339
-
1340
- - When page scroll, grouping template is hiding issue has been resolved.
1341
- - Reset the initial value in form reset action behavior has been changed.
1342
-
1343
- ### AutoComplete
1344
-
1345
- #### Bug Fixes
1346
-
1347
- - Reset the initial value in form reset action behavior has been changed.
1348
-
1349
- ### ComboBox
1350
-
1351
- #### Bug Fixes
1352
-
1353
- - Reset the initial value in form reset action behavior has been changed.
1354
-
1355
- ### MultiSelect
1356
-
1357
- #### Bug Fixes
1358
-
1359
- - Now, you can enter special characters inside MultiSelect using virtual keyboard.
1360
- - Reset the initial value in form reset action behavior has been changed.
1361
-
1362
- ## 16.4.53 (2019-02-13)
1363
-
1364
- ### DropDownList
1365
-
1366
- - ItemData parameter supports `object` collection in select and change event.
1367
- - Filtering is not working when rendered control by using select element issue has been resolved.
1368
-
1369
- ### MultiSelect
1370
-
1371
- #### Bug Fixes
1372
-
1373
- - Lengthy placeholder breaks UI issue has been resolved.
1374
- - Values are not cleared in mobile devices issue has been resolved.
1375
- - Values are not selected based on selected attribute in select element rendering issue has been resolved.
1376
-
1377
- ## 16.4.52 (2019-02-05)
1378
-
1379
- ### ComboBox
1380
-
1381
- #### Bug Fixes
1382
-
1383
- - The model value is not updated by selecting a value using tab key with autofill combination issue has been resolved.
1384
-
1385
- ### MultiSelect
1386
-
1387
- #### Bug Fixes
1388
-
1389
- - Blur event prevents other actions issue has been resolved.
1390
-
1391
- ## 16.4.48 (2019-01-22)
1392
-
1393
- ### AutoComplete
1394
-
1395
- #### Bug Fixes
1396
-
1397
- - Custom value is not maintain after reload the data issue has been resolved.
1398
-
1399
- ### MultiSelect
1400
-
1401
- #### Bug Fixes
1402
-
1403
- - `en-US` locale JSON file not generated issue has been resolved.
1404
-
1405
- ## 16.4.47 (2019-01-16)
1406
-
1407
- ### MultiSelect
1408
-
1409
- #### Bug Fixes
1410
-
1411
- - server side validation is not working issue has been resolved.
1412
-
1413
- ## 16.4.46 (2019-01-08)
1414
-
1415
- ### MultiSelect
1416
-
1417
- #### Bug Fixes
1418
-
1419
- - Value is updated in reverse while using select all option in checkbox selection issue has been resolved.
1420
-
1421
- ### ComboBox
1422
-
1423
- #### Bug Fixes
1424
-
1425
- - Change event is not trigger when focus out the control using tab key issue has been resolved.
1426
-
1427
- ## 16.4.44 (2018-12-24)
1428
-
1429
- ### MultiSelect
1430
-
1431
- #### Bug Fixes
1432
-
1433
- - Item template with checkbox combination is not working issue has been resolved.
1434
- - Value update with checkbox selection issue in reactive form has been resolved.
1435
-
1436
- ## 16.3.34 (2018-11-21)
1437
-
1438
- ### MultiSelect
1439
-
1440
- #### Bug Fixes
1441
-
1442
- - Checkbox's selection is not removed when uncheck the `selectAll` checkbox issue has been resolved.
1443
-
1444
- ## 16.3.33 (2018-11-20)
1445
-
1446
- ### DropDownList
1447
-
1448
- #### Bug Fixes
1449
-
1450
- - DropDownList locale added in `config Json` file.
1451
-
1452
- ## 16.3.32 (2018-11-13)
1453
-
1454
- ### DropDownList
1455
-
1456
- #### Bug Fixes
1457
-
1458
- - Data related attributes are added to input element instead of select element has been fixed.
1459
- - Console error thrown as maximum call stack when set the empty `dataSource` that issue has been fixed.
1460
-
1461
- ### MultiSelect
1462
-
1463
- #### Bug Fixes
1464
-
1465
- - Original event argument does not get in `selectedAll` event argument that issue has been fixed.
1466
-
1467
- ### ComboBox
1468
-
1469
- #### Bug Fixes
1470
-
1471
- - ComboBox `focus` event argument issue has been resolved.
1472
-
1473
- ## 16.3.29 (2018-10-31)
1474
-
1475
- ### MultiSelect
1476
-
1477
- #### Bug Fixes
1478
-
1479
- - MultiSelect filtering is shown incorrect result when using remote datasource issue has been resolved.
1480
-
1481
- ### AutoComplete
1482
-
1483
- #### Bug Fixes
1484
-
1485
- - AutoComplete `minLength` property is not perform when use custom filtering event has been resolved.
1486
-
1487
- ## 16.3.27 (2018-10-23)
1488
-
1489
- ### MultiSelect
1490
-
1491
- #### Bug Fixes
1492
-
1493
- - ngModel is not updated when select all value using SelectAll option has been fixed.
1494
-
1495
- ### DropDownList
1496
-
1497
- #### Bug Fixes
1498
-
1499
- - null exception handled in getItems method.
1500
-
1501
- ## 16.3.25 (2018-10-15)
1502
-
1503
- ### MultiSelect
1504
-
1505
- #### Bug Fixes
1506
-
1507
- - Duplicate values are listed while fetching data with UrlAdaptor when `allowCustom` value is set to true, that issue has been fixed.
1508
-
1509
- ### DropDownList
1510
-
1511
- #### Bug Fixes
1512
-
1513
- - DropDownList `valueTemplate` selected value is changed now, while changing data source.
1514
-
1515
- ### ComboBox
1516
-
1517
- #### Bug Fixes
1518
-
1519
- - ComboBox `readonly` enabled clear button is shown issue has been resolved.
1520
-
1521
- ## 16.3.23 (2018-10-03)
1522
-
1523
- ### MultiSelect
1524
-
1525
- #### Bug Fixes
1526
-
1527
- - MultiSelect values are cleared after performing add operation in Grid, that issue has been fixed.
1528
- - Item disappears from popup list after pressing the backspace key, that issue has been fixed.
1529
-
1530
- ### DropDownList
1531
-
1532
- #### Bug Fixes
1533
-
1534
- - DropDownList `ItemTemplate` with `addItem` method template issue has been resolved.
1535
-
1536
- ## 16.3.17 (2018-09-12)
1537
-
1538
- ### DropDownList
1539
-
1540
- #### Bug Fixes
1541
-
1542
- - Restricted multiple request when no data returned from server issue has been resolved.
1543
-
1544
- ### MultiSelect
1545
-
1546
- #### Bug Fixes
1547
-
1548
- - Change event is now triggered for MultiSelect components, when focused out.
1549
-
1550
- #### Breaking Changes
1551
-
1552
- - Renamed the `selectAll` event argument `IsChecked` to `isChecked`.
1553
- - Renamed the `selectAll` event argument `e` to `event`.
1554
-
1555
- ## 16.2.49 (2018-08-21)
1556
-
1557
- ### MultiSelect
1558
-
1559
- #### Bug Fixes
1560
-
1561
- - View encapsulation support given for checkbox selection.
1562
- - Cleared values are not added back to MultiSelect popup issue has been resolved.
1563
- - View encapsulation support given for spinner element.
1564
-
1565
- ### DropDownList
1566
-
1567
- #### Bug Fixes
1568
-
1569
- - View encapsulation support given for spinner element.
1570
-
1571
- ### ComboBox
1572
-
1573
- #### Bug Fixes
1574
-
1575
- - View encapsulation support given for spinner element.
1576
-
1577
- ## 16.2.48 (2018-08-14)
1578
-
1579
- ### MultiSelect
1580
-
1581
- #### Bug Fixes
1582
-
1583
- - create input method addition argument added.
1584
-
1585
- ### DropDownList
1586
-
1587
- #### Bug Fixes
1588
-
1589
- - DropDownList `cssClass` updated dynamically changes issue has been resolved.
1590
- - create input method addition argument added.
1591
-
1592
- ### AutoComplete
1593
-
1594
- #### Bug Fixes
1595
-
1596
- - create input method addition argument added.
1597
-
1598
- ### ComboBox
1599
-
1600
- #### Bug Fixes
1601
-
1602
- - create input method addition argument added.
1603
-
1604
- ## 16.2.47 (2018-08-07)
1605
-
1606
- ### DropDownList
1607
-
1608
- #### Bug Fixes
1609
-
1610
- - Provided view encapsulation support.
1611
-
1612
- ### MultiSelect
1613
-
1614
- #### Bug Fixes
1615
-
1616
- - Provided view encapsulation support.
1617
-
1618
- ### AutoComplete
1619
-
1620
- #### Bug Fixes
1621
-
1622
- - Provided view encapsulation support.
1623
-
1624
- ### ComboBox
1625
-
1626
- #### Bug Fixes
1627
-
1628
- - Provided view encapsulation support.
1629
-
1630
- ## 16.2.46 (2018-07-30)
1631
-
1632
- ### DropDownList
1633
-
1634
- #### Bug Fixes
1635
-
1636
- - We have provided public methods spinner show and hides.
1637
-
1638
- ### MultiSelect
1639
-
1640
- #### Bug Fixes
1641
-
1642
- - Pre-selected item disappears from popup list when removed selected items in clear button issue has been resolved.
1643
- - We have provided public methods spinner show and hides.
1644
-
1645
- ### AutoComplete
1646
-
1647
- - We have provided public methods spinner show and hides.
1648
-
1649
- ### ComboBox
1650
-
1651
- - ComboBox filtering update data method field argument issue has been resolved.
1652
- - We have provided public methods spinner show and hides.
1653
-
1654
- ## 16.2.45 (2018-07-17)
1655
-
1656
- ### DropDownList
1657
-
1658
- #### Bug Fixes
1659
-
1660
- - DropDownList same value selection, value not cleared issue has been resolved.
1661
- - DropDownList `scss` variable override issue has been resolved.
1662
-
1663
- ### MultiSelect
1664
-
1665
- #### Bug Fixes
1666
-
1667
- - Multiselect clear button issue has been resolved.
1668
- - Multiselect restore value not maintained in `IE` issue has been resolved.
1669
- - Multiselect popup not open when update a data via update data.
1670
-
1671
- ## 16.2.43 (2018-07-03)
1672
-
1673
- ### MultiSelect
1674
-
1675
- #### Bug Fixes
1676
-
1677
- - Multiselect pre selected value not updated issue has been resolved.
1678
-
1679
- ## 16.2.42 (2018-06-27)
1680
-
1681
- ### Multiselect
1682
-
1683
- #### Bug Fixes
1684
-
1685
- - Provided support for selected all event.
1686
- - Value is not selected when ending with space.
1687
-
1688
- ## 16.2.41 (2018-06-25)
1689
-
1690
- ### AutoComplete
1691
-
1692
- #### Bug Fixes
1693
-
1694
- - Html elements are shown during filtering when highlight property is set to true.
1695
-
1696
- ### DropDownList
1697
-
1698
- #### Bug Fixes
1699
-
1700
- - Provided support for before open event.
1701
-
1702
- ### ComboBox
1703
-
1704
- #### Bug Fixes
1705
-
1706
- - Popup items is not same as initially after filtering in combobox.
1707
-
1708
- ### MultiSelect
1709
-
1710
- #### Bug Fixes
1711
-
1712
- - Data is not repopulated when selecting and removing all items from Multiselect.
1713
- - Multiselect is not focused when tab key is pressed if it already focused in the filterbar.
1714
-
1715
- ## 16.1.46 (2018-05-29)
1716
-
1717
- ### MultiSelect
1718
-
1719
- #### Bug Fixes
1720
-
1721
- - Changed control height for MultiSelect component in Material theme to match other dropdown components.
1722
-
1723
- ## 16.1.45 (2018-05-23)
1724
-
1725
- ### MultiSelect
1726
-
1727
- #### Bug Fixes
1728
-
1729
- - Allow to set the value in MultiSelect when it is re-rendered.
1730
-
1731
- ## 16.1.42 (2018-05-15)
1732
-
1733
- ### AutoComplete
1734
-
1735
- #### Bug Fixes
1736
-
1737
- - The getDataByValue method is not working properly in Autocomplete's issue has been fixed.
1738
-
1739
- ### DropDownList
1740
-
1741
- #### Bug Fixes
1742
-
1743
- - Value property set through the model is now maintained, even after changing the data.
1744
- - Change event is now triggered for DropDown components, when `showClearButton` is clicked.
1745
-
1746
- ## 16.1.40 (2018-05-08)
1747
-
1748
- ### ComboBox
1749
-
1750
- #### Bug Fixes
1751
-
1752
- - Prevented the native HTML select and change events in angular.
1753
-
1754
- ### DropDownList
1755
-
1756
- #### Bug Fixes
1757
-
1758
- - Prevented the validation message from triggering on components initial render.
1759
- - Added support for HTML autofocus attribute in DropDown components.
1760
-
1761
- ### MultiSelect
1762
-
1763
- #### Bug Fixes
1764
-
1765
- - MultiSelect component's varying selection behaviour for keyboard and mouse event, has been fixed.
1766
-
1767
- ## 16.1.38 (2018-05-02)
1768
-
1769
- ### AutoComplete
1770
-
1771
- #### Bug Fixes
1772
-
1773
- - The issue, Value property in Autocomplete is not properly updated in two way binding after the initial load has been fixed.
1774
- - The issue, Autocomplete displays the suggestions list even if the focus is lost for related component, has been fixed.
1775
-
1776
- ### MultiSelect
1777
-
1778
- #### Bug Fixes
1779
-
1780
- - The issue, MultiSelect component is not updating the popup correctly during the initial time, has been fixed.
1781
-
1782
- ## 16.1.35 (2018-04-17)
1783
-
1784
- ### AutoComplete
1785
-
1786
- #### Bug Fixes
1787
-
1788
- - The issue, Value is not updated correctly when the words in the suggestion list contains white spaces has been fixed.
1789
-
1790
- ### MultiSelect
1791
-
1792
- #### New Features
1793
-
1794
- - Float Label support has been given for MultiSelect
1795
-
1796
- #### Bug Fixes
1797
-
1798
- - custom value support has been given in MultiSelect when the filtering is enabled instead of 'no records found' template.
1799
- - The issue, 'Input is rendered again on typing while resetting value from null with remote data and custom value as true.' has been fixed.
1800
- - The issue, 'Enable persistence is not working properly when all the items in the list are selected.' has been fixed.
1801
-
1802
- ## 16.1.34 (2018-04-10)
1803
-
1804
- ### AutoComplete
1805
-
1806
- #### Bug Fixes
1807
-
1808
- - The issue, Value is not updated correctly when diacritics words are used in AutoComplete has been fixed.
1809
-
1810
- ## 16.1.33 (2018-04-03)
1811
-
1812
- ### MultiSelect
1813
-
1814
- #### Bug Fixes
1815
-
1816
- - Chip width is longer than the input wrapper when the custom longer text selected, issue has been fixed.
1817
-
1818
- ## 16.1.30 (2018-03-20)
1819
-
1820
- ### MultiSelect
1821
-
1822
- #### Bug Fixes
1823
-
1824
- - custom value maintained while disabled `closePopupOnSelect`, this issue has been fixed.
1825
-
1826
- ### DropDownList
1827
-
1828
- #### Bug Fixes
1829
-
1830
- - Dynamic value change support for `showClearButton`.
1831
-
1832
- ## 16.1.29 (2018-03-13)
1833
-
1834
- ### MultiSelect
1835
-
1836
- #### Bug Fixes
1837
-
1838
- - Change event not trigger while remove chip in keyboard, this issue has been fixed.
1839
-
1840
- ### AutoComplete
1841
-
1842
- #### Bug Fixes
1843
-
1844
- - Initial value not set while using remote data in autocomplete issue has been fixed.
1845
-
1846
- ## 16.1.28 (2018-03-09)
1847
-
1848
- ### MultiSelect
1849
-
1850
- #### Bug Fixes
1851
-
1852
- - Text property not working properly while selected text, this issue has been fixed.
1853
-
1854
- ### DropDownList
1855
-
1856
- #### Bug Fixes
1857
-
1858
- - Filtering with Template issue has been fixed in DropDownList and ComboBox.
1859
-
1860
- ### ComboBox
1861
-
1862
- #### Bug Fixes
1863
-
1864
- - Filtering with Template issue has been fixed in DropDownList and ComboBox.
1865
-
1866
- ## 16.1.24 (2018-02-22)
1867
-
1868
- ### AutoComplete
1869
-
1870
- #### Breaking Changes
1871
-
1872
- - Changed the filtering event argument types to `FilteringEventArgs`.
1873
-
1874
- ### Common
1875
-
1876
- #### Breaking Changes
1877
-
1878
- - Locale key changed from `dropdownlist` to `dropdowns`.
1879
- - Changed the fields property type as `FieldSettingsModel`.
1880
- - Changed the Angular component selector, component name prefix with `ejs` e.g : `ejs-dropdownlist`.
1881
-
1882
- #### New Features
1883
-
1884
- - Given in-built filtering support without using `filtering` event.
1885
- - Diacritics filtering works on enabling the `ignoreAccent`.
1886
- - Provided the `zIndex` property to set custom `zIndex` value.
1887
- - High contrast theme support.
1888
-
1889
- ### MultiSelect
1890
-
1891
- #### New Features
1892
-
1893
- - CheckBox support.
1894
- - Prevent the Popup open on component click while `openOnClick` property set as false.
1895
- - Provided `chipSelect` event for chip selection action.
1896
-
1897
- #### Breaking Changes
1898
-
1899
- - Pascal casing change to mode property values (`Default`, `Box`, `Delimiter`, `CheckBox`).
1900
- - Changed the `maximumSelectionLength` behaviour.
1901
-
1902
- #### Bug Fixes
1903
-
1904
- - Value preselect not working in remote data, this issue has been fixed.
1905
-
1906
- ### DropDownList
1907
-
1908
- #### Bug Fixes
1909
-
1910
- - Console error thrown while navigating the angular routing in DropDownList change event, this issue has been fixed.
1911
-
1912
- ## 15.4.27-preview (2018-01-30)
1913
-
1914
- ### DropDownList
1915
-
1916
- #### Bug Fixes
1917
-
1918
- - DropDownList value property gets as an object if selected value as 0, this issue has been fixed.
1919
-
1920
- ## 15.4.26-preview (2018-01-23)
1921
-
1922
- ### AutoComplete
1923
-
1924
- #### Bug Fixes
1925
-
1926
- - The Change event argument `isInteraction` is returned properly when clear button is clicked.
1927
-
1928
- ### DropDownList
1929
-
1930
- #### Bug Fixes
1931
-
1932
- - Clear button is not visible, this issue has been fixed.
1933
- - Angular reactive form resetting not worked in DropDownList component, this issue has been fixed.
1934
-
1935
- ### MultiSelect
1936
-
1937
- #### Bug Fixes
1938
-
1939
- - Popup does not open while component render with empty data source, this issue has been fixed.
1940
-
1941
- ## 15.4.24-preview (2018-01-10)
1942
-
1943
- ### MultiSelect
1944
-
1945
- #### Breaking Changes
1946
-
1947
- - Changed the default value of `hideSelectedItems` property as true.
1948
-
1949
- #### Bug Fixes
1950
-
1951
- - Custom value dose not allow while component render with empty data source, this issue has been fixed.
1952
-
1953
- ## 15.4.23-preview (2017-12-27)
1954
-
1955
- ### Common
1956
-
1957
- #### New Features
1958
-
1959
- - Added typing file for ES5 global scripts (`dist/global/index.d.ts`).
1960
-
1961
- #### Breaking Changes
1962
-
1963
- - Modified the module bundle file name for ES6 bundling.
1964
-
1965
- ### DropDownList
1966
-
1967
- #### Bug Fixes
1968
-
1969
- - Popup repositions not worked while scroll on the fixed element, this has been fixed.
1970
-
1971
- ### MultiSelect
1972
-
1973
- #### Bug Fixes
1974
-
1975
- - Popup repositions not worked while scroll on the fixed element, this has been fixed.
1976
-
1977
- ### ComboBox
1978
-
1979
- #### Bug Fixes
1980
-
1981
- - Popup repositions not worked while scroll on the fixed element, this has been fixed.
1982
-
1983
- ### AutoComplete
1984
-
1985
- #### Bug Fixes
1986
-
1987
- - Popup repositions not worked while scroll on the fixed element, this has been fixed.
1988
-
1989
- ## 15.4.21-preview (2017-12-08)
1990
-
1991
- ### MultiSelect
1992
-
1993
- #### Bug Fixes
1994
-
1995
- - Popup left and right collision issue fixed.
1996
- - MultiSelect custom value with template issue fixed.
1997
-
1998
- ### AutoComplete
1999
-
2000
- #### Breaking Changes
2001
-
2002
- - Home and End key behaviour changes.
2003
-
2004
- ### ComboBox
2005
-
2006
- #### Breaking Changes
2007
-
2008
- - Home and End key behaviour changes.
2009
-
2010
- ## 15.4.20-preview (2017-12-01)
2011
-
2012
- ### Common
2013
-
2014
- #### New Features
2015
-
2016
- - Upgraded TypeScript version to 2.6.2.
2017
-
2018
- ### DropDownList
2019
-
2020
- #### Bug Fixes
2021
-
2022
- - DropDownList component value cleared while change the value through react setState method issue fixed.
2023
- - Empty string value not selected in DropDownList issue fixed.
2024
-
2025
- ## 15.4.19-preview (2017-11-23)
2026
-
2027
- ### AutoComplete
2028
-
2029
- #### Bug Fixes
2030
-
2031
- - When we Change the data source the value is empty issue fixed.
2032
-
2033
- ### DropDownList
2034
-
2035
- #### Bug Fixes
2036
-
2037
- - Expected is 'Object' instead of 'object' issue fixed.
2038
-
2039
- ## 15.4.17-preview (2017-11-13)
2040
-
2041
- ### MultiSelect
2042
-
2043
- MultiSelect component contains a list of predefined values from which a multiple value can be chosen. The functionality of MultiSelect resembles the SELECT form element of HTML. The available key features are
2044
-
2045
-
2046
- - **Data binding** - Allows to bind and access the list of items from the local or server-side data source.
2047
- - **Grouping** - Supports grouping the logically related items under single or specific category.
2048
- - **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
2049
- - **Sorting** - Supports sorting of list items in an alphabetical order (either ascending or descending).
2050
- - **Filtering** - Allow filtering the list items based on a character typed in component.
2051
- - **Custom Value** - Allows user to select a new custom value.
2052
- - **Accessibility** - Provided with built-in accessibility support which helps to access all the MultiSelect component features through the keyboard, screen readers, or other assistive technology devices.
2053
-
2054
- ### ComboBox
2055
-
2056
- ComboBox component allows the user to type a value or choose an option from the list of predefined options. When an arrow icon accompanied with this component is pressed, the dropdown displays a list of values, from which the user can select one. The available key features are
2057
-
2058
-
2059
- - **Data binding** - Allows binding and accessing the list of items from local or server-side data source.
2060
- - **Custom values** - Allows setting user-defined values that is not in the popup list.
2061
- - **Grouping** - Supports grouping of logically related items under a single or specific category.
2062
- - **Sorting** - Supports sorting of list items in an alphabetical order (either ascending or descending).
2063
- - **Filtering** - Allows filtering of list items based on a character typed in the component.
2064
- - **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
2065
- - **Accessibility** - Provided with built-in accessibility support that helps to access all the ComboBox component features through the keyboard, screen readers, or other assistive technology devices.
2066
-
2067
- ### AutoComplete
2068
-
2069
- AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one. The available key features are
2070
-
2071
-
2072
- - **Data binding** - Allows binding and accessing the list of items from local or server-side data source.
2073
- - **Grouping** - Supports grouping of logically related items under a single or specific category.
2074
- - **Sorting** - Supports sorting of list items in an alphabetical order (either ascending or descending).
2075
- - **Highlight search** - Supports highlighting the typed text in the suggestion list.
2076
- - **Templates** - Allows customizing the list item, header, footer, category group header, no records and action failure content.
2077
- - **Accessibility** - Provided with built-in accessibility support that helps to access all the AutoComplete component features through keyboard, on-screen readers, or other assistive technology devices.
2078
-
2079
- ### DropDownList
2080
-
2081
- DropDownList component contains a list of predefined values from which a single value can be chosen. The functionality of DropDownList resembles the SELECT form element of HTML. When an arrow icon accompanied with this component is pressed, the dropdown displays a list of values from which you can select one. The available key features are
2082
-
2083
-
2084
- - **Data binding** - Allows to bind and access the list of items from the local or server-side data source.
2085
- - **Grouping** - Supports grouping the logically related items under single or specific category.
2086
- - **Sorting** - Supports sorting of list items in an alphabetical order (either ascending or descending).
2087
- - **Filtering** - Allow filtering the list items based on a character typed onto the search box.
2088
- - **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
2089
- - **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
2090
-
2091
-
2092
- ## 19.4.38 (2021-12-17)
2093
-
2094
- ### MultiSelect
2095
-
2096
- #### Bug Fixes
2097
-
2098
- - `#I342476` - Issue with "ItemTemplate is not rendered properly when preselected item is cleared immediately after render" has been resolved.
2099
- - `#I349117` - Issue with "checkbox is not rendered in the group header while rendering component with group checkbox and group template" has been resolved.
2100
-
2101
- ## 19.2.59 (2021-08-31)
2102
-
2103
- ### MultiSelect
2104
-
2105
- #### Bug Fixes
2106
-
2107
- - `#F166649` - Issue with "previously selected chip value is changed while selecting the custom value from popup" has been resolved.
2108
-
2109
- ## 19.2.57 (2021-08-24)
2110
-
2111
- ### DropDownList
2112
-
2113
- #### Bug Fixes
2114
-
2115
- - `#I339171`, `#F165604` - Issue with "selected value is not updated to the react hook form controller" has been resolved.
2116
-
2117
- ## 19.1.69 (2021-06-15)
2118
-
2119
- ### DropDownList
2120
-
2121
- #### Bug Fixes
2122
-
2123
- - `#F166223` - Issue with "`NoRecordsTemplate` is not rendered with provided template" has been resolved.
2124
-
2125
- ## 19.1.55 (2021-04-06)
2126
-
2127
- ### MultiSelect
2128
-
2129
- #### Bug Fixes
2130
-
2131
- - `#F163516` - Issue with "`itemData` returns as null in the removed event argument when provide the integer data and remove the selected custom value" has been resolved.
2132
-
2133
- ## 18.4.46 (2021-03-02)
2134
-
2135
- ### MultiSelect
2136
-
2137
- #### Bug Fixes
2138
-
2139
- - `#316915` - Issue with "deselecting the selected items is not working when provide the data source with integer value" has been resolved.
2140
-
2141
- ## 18.4.41 (2021-02-02)
2142
-
2143
- ### ComboBox
2144
-
2145
- #### Bug Fixes
2146
-
2147
- - `#299892` - Issue with "Null reference exception throws while destroying the component" has been resolved.
2148
-
2149
- ## 18.3.53 (2020-12-08)
2150
-
2151
- ### MultiSelect
2152
-
2153
- #### Bug Fixes
2154
-
2155
- - `#301242` - Issue with "count template is updated with wrong count value when disable the clear icon" has been resolved.
2156
- - `#304600` - Issue with "SelectAll checkbox is not displayed while changing the data source dynamically" has been resolved.
2157
-