@syncfusion/ej2-vue-dropdowns 25.2.6 → 26.1.35

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