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