@syncfusion/ej2-angular-dropdowns 33.2.12-ngcc → 33.2.12

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 (65) hide show
  1. package/CHANGELOG.md +2822 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/auto-complete/autocomplete-all.module.mjs +23 -0
  4. package/esm2020/src/auto-complete/autocomplete.component.mjs +129 -0
  5. package/esm2020/src/auto-complete/autocomplete.module.mjs +25 -0
  6. package/esm2020/src/combo-box/combobox-all.module.mjs +23 -0
  7. package/esm2020/src/combo-box/combobox.component.mjs +129 -0
  8. package/esm2020/src/combo-box/combobox.module.mjs +25 -0
  9. package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +29 -0
  10. package/esm2020/src/drop-down-list/dropdownlist.component.mjs +135 -0
  11. package/esm2020/src/drop-down-list/dropdownlist.module.mjs +25 -0
  12. package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +23 -0
  13. package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +122 -0
  14. package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +25 -0
  15. package/esm2020/src/index.mjs +23 -0
  16. package/esm2020/src/list-box/listbox-all.module.mjs +23 -0
  17. package/esm2020/src/list-box/listbox.component.mjs +104 -0
  18. package/esm2020/src/list-box/listbox.module.mjs +25 -0
  19. package/esm2020/src/mention/mention-all.module.mjs +23 -0
  20. package/esm2020/src/mention/mention.component.mjs +84 -0
  21. package/esm2020/src/mention/mention.module.mjs +25 -0
  22. package/esm2020/src/multi-select/multiselect-all.module.mjs +29 -0
  23. package/esm2020/src/multi-select/multiselect.component.mjs +142 -0
  24. package/esm2020/src/multi-select/multiselect.module.mjs +25 -0
  25. package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +5 -0
  26. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +1095 -0
  27. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
  28. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +1095 -0
  29. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
  30. package/package.json +28 -46
  31. package/public_api.d.ts +1 -1
  32. package/src/auto-complete/autocomplete-all.module.d.ts +11 -5
  33. package/src/auto-complete/autocomplete.component.d.ts +107 -104
  34. package/src/auto-complete/autocomplete.module.d.ts +11 -5
  35. package/src/combo-box/combobox-all.module.d.ts +11 -5
  36. package/src/combo-box/combobox.component.d.ts +107 -104
  37. package/src/combo-box/combobox.module.d.ts +11 -5
  38. package/src/drop-down-list/dropdownlist-all.module.d.ts +13 -7
  39. package/src/drop-down-list/dropdownlist.component.d.ts +117 -114
  40. package/src/drop-down-list/dropdownlist.module.d.ts +11 -5
  41. package/src/drop-down-tree/dropdowntree-all.module.d.ts +11 -5
  42. package/src/drop-down-tree/dropdowntree.component.d.ts +107 -104
  43. package/src/drop-down-tree/dropdowntree.module.d.ts +11 -5
  44. package/src/index.d.ts +22 -22
  45. package/src/list-box/listbox-all.module.d.ts +11 -5
  46. package/src/list-box/listbox.component.d.ts +73 -70
  47. package/src/list-box/listbox.module.d.ts +11 -5
  48. package/src/mention/mention-all.module.d.ts +11 -5
  49. package/src/mention/mention.component.d.ts +63 -60
  50. package/src/mention/mention.module.d.ts +11 -5
  51. package/src/multi-select/multiselect-all.module.d.ts +13 -7
  52. package/src/multi-select/multiselect.component.d.ts +121 -118
  53. package/src/multi-select/multiselect.module.d.ts +11 -5
  54. package/syncfusion-ej2-angular-dropdowns.d.ts +5 -0
  55. package/@syncfusion/ej2-angular-dropdowns.es5.js +0 -1487
  56. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +0 -1
  57. package/@syncfusion/ej2-angular-dropdowns.js +0 -1402
  58. package/@syncfusion/ej2-angular-dropdowns.js.map +0 -1
  59. package/LICENSE +0 -10
  60. package/dist/ej2-angular-dropdowns.umd.js +0 -1557
  61. package/dist/ej2-angular-dropdowns.umd.js.map +0 -1
  62. package/dist/ej2-angular-dropdowns.umd.min.js +0 -11
  63. package/dist/ej2-angular-dropdowns.umd.min.js.map +0 -1
  64. package/ej2-angular-dropdowns.d.ts +0 -11
  65. package/ej2-angular-dropdowns.metadata.json +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,2822 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### ComboBox
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
10
+
11
+ ### DropdownList
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
16
+
17
+ - `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
18
+
19
+ - `#I841769` - Fixed an issue where `No records found` message is not announced by NVDA when using DropDownList with Reactive Forms.
20
+
21
+ ### AutoComplete
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I839807` - Fixed an issue where form controls were incorrectly marked as dirty after reset due to dependent `patchValue` operations.
26
+
27
+ ## 33.2.10 (2026-06-02)
28
+
29
+ ### MultiSelect
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I840154` - Fixed an issue where the MultiSelect displayed "N selected" instead of the selected item when initialized before layout completion.
34
+
35
+ - `823331` - Resolved an issue where the MultiSelect component accepted whitespace as a custom value, leading to invalid numeric values.
36
+
37
+ ### ComboBox
38
+
39
+ #### Bug Fixes
40
+
41
+ - `#I838922` - Fixed an issue where Change event not fired when AutoFill is enabled and item is selected via mouse has been resolved.
42
+
43
+ ### Mention
44
+
45
+ #### Bug Fixes
46
+
47
+ - `#I839712` - Fixed an issue where mention filtering failed to update correctly when characters were deleted.
48
+
49
+ ## 33.2.7 (2026-05-19)
50
+
51
+ ### DropDownTree
52
+
53
+ #### Bug Fixes
54
+
55
+ - `F198294` - Fixed with "Tree selection loss by deferring value application until after data binding" has been resolved.
56
+
57
+ - `F198294` - Fixed with "Tree selection loss by deferring value application until after data binding" has been resolved.
58
+
59
+ - `#I841675` - Fixed an issue where the placeholder and selected value overlapped when using the Material 3 theme with e-filled and floatLabelType="Auto".
60
+
61
+ ### MultiSelect
62
+
63
+ #### Bug Fixes
64
+
65
+ - `#F198311` - The issue where the MultiSelect displayed “undefined” when virtualization was enabled along with custom preselected values has been resolved.
66
+
67
+ - `#I837086` - The issue with "MultiSelect default height inconsistency in BDS theme" has been resolved.
68
+
69
+ ## 33.2.6 (2026-05-12)
70
+
71
+ ### DropdownList
72
+
73
+ #### Bug Fixes
74
+
75
+ - `#I835445` - Fixed an issue where the Index property was not applied when virtualization was enabled.
76
+
77
+ ### MultiSelect
78
+
79
+ #### Bug Fixes
80
+
81
+ - `#I828952, #I828480, #I828633` - The issue with MultiSelect, where inconsistencies occurred when enable Virtualization was used along with other APIs, has been resolved.
82
+
83
+ ### ListBox
84
+
85
+ #### Bug Fixes
86
+
87
+ - `#I827511` - Resolved an issue where the NVDA screen reader required double Tab navigation to focus a ListBox in Angular.
88
+
89
+ ### DropDownList
90
+
91
+ #### Bug fixes
92
+
93
+ - `#I835656` - Issue with "Font size inconsistency for float label in Material theme with e-outline CSS class" has been resolved.
94
+
95
+ ## 33.2.5 (2026-05-05)
96
+
97
+ ## 33.2.4 (2026-04-28)
98
+
99
+ ### MultiSelect
100
+
101
+ #### Bug Fixes
102
+
103
+ - `#I829508` - Fixed an issue where binding 6,000+ preselected values with virtualization enabled resulted in a “Maximum call stack size exceeded” error.
104
+
105
+ ### Mention
106
+
107
+ #### Bug Fixes
108
+
109
+ - `#I58529` - Resolved an issue where mention filtering did not trigger after existing text when `allowSpaces`: true and the data source was empty.
110
+
111
+ ### DropDownTree
112
+
113
+ #### Bug Fixes
114
+
115
+ - `#I829239` - Resolved an issue where `Select All` was incorrectly hidden during filtering in `DropDownTree` based on filtered item count.
116
+
117
+ - `#I813436` - Resolved a memory leak in the DropDownTree component by ensuring the window resize event listener is correctly detached during destroy, preventing retained instances in Angular Material Dialog scenarios.
118
+
119
+ ## 33.1.49 (2026-04-14)
120
+
121
+ ### MultiSelect
122
+
123
+ #### Bug Fixes
124
+
125
+ - `#I816920` - Resolved an issue where the MultiSelect “Select All” option selected only the first 30 items when using string arrays with virtualization enabled.
126
+
127
+ ## 33.1.46 (2026-03-31)
128
+
129
+ ### DropDownTree
130
+
131
+ #### Bug Fixes
132
+
133
+ - `#I816579` - Resolved a console error that occurred when filtering in the DropDown Tree component with node IDs containing the hash `#` symbol.
134
+
135
+ ### ComboBox
136
+
137
+ #### Bug Fixes
138
+
139
+ - `#I815337` - Fixed an issue where Accessibility violations when using ComboBox component.
140
+
141
+ ### MultiSelect
142
+
143
+ #### Bug Fixes
144
+
145
+ - `#I810920` - Fixed an issue related to accessibility gaps in Multiselect Component.
146
+
147
+ - `#I815337` - Fixed an issue where Accessibility violations when using Multiselect component.
148
+
149
+ - `#I812150` - Fixed an issue where, when dynamically selecting all records, the popup UI displayed a skeleton loader instead of the actual list items.
150
+
151
+ ## 28.2.9 (2025-03-04)
152
+
153
+ ### ComboBox
154
+
155
+ #### Bug Fixes
156
+
157
+ - `#I683160` - Fixed the issue where an itemTemplate element not render while opens ComboBox popup twice when filtering enabled.
158
+
159
+ ### ListBox
160
+
161
+ #### Bug Fixes
162
+
163
+ - `#I687522` - Issue with "Filtering data not properly displayed while filter with diacritic characters in Listbox" has been resolved.
164
+
165
+ ### MultiSelect
166
+
167
+ #### Bug Fixes
168
+
169
+ - `#I694022` - Fixed an issue where the `ValueTemplate` was not functioning correctly for the preselected value when virtualization was enabled.
170
+
171
+ - `#I688364` - Fixed an issue with the positioning issue of the Multi select component popup while enabling the RTL mode.
172
+
173
+ ## 28.2.7 (2025-02-25)
174
+
175
+ ### Mention
176
+
177
+ #### Bug Fixes
178
+
179
+ - `#I688683` - Fixed an issue where the search method was not functioning correctly.
180
+
181
+ ### DropDownTree
182
+
183
+ #### Bug Fixes
184
+
185
+ - `#I689744` - The issue with chip item removal in the Dropdown Tree Component has been resolved.
186
+
187
+ - `#I689346` - Resolved alignment and font size theme issues within the Dropdown Tree component.
188
+
189
+ - `#I682703` - The issue where focus remained highlighted when reopening the Dropdown Tree multiple times has been resolved.
190
+
191
+ ## 28.2.6 (2025-02-18)
192
+
193
+ ### ComboBox
194
+
195
+ #### Bug Fixes
196
+
197
+ - `#I683160` - Fixed the issue where an ComboBox makes the page unresponsive after filtering with no result.
198
+
199
+ ### DropDownTree
200
+
201
+ #### Bug Fixes
202
+
203
+ - `#I682127` - Resolved an issue where the checkbox state was not maintained properly during custom filtering operations in the Dropdown Tree component.
204
+
205
+ - `#I682703`, `#I691872` - An Focusing issues in Dropdown Tree component when `showSelectAll` property is true has been resolved.
206
+
207
+ ## 28.2.5 (2025-02-11)
208
+
209
+ ### ComboBox
210
+
211
+ #### Bug Fixes
212
+
213
+ - `#I685229` - Fixed the issue where an extra space appears when using the allowResize with height properties.
214
+
215
+ ### DropDownTree
216
+
217
+ #### Bug Fixes
218
+
219
+ - `#I684184` - An issue when using value property as two way binding and selecting a filtered node has been resolved.
220
+
221
+ - `#I681976` - An issue with value property when updating a data source dynamically in Dropdown Tree component has been resolved.
222
+
223
+ - `#I682748` - An issue Tab focus occurs when navigating a disabled Dropdown Tree component has been resolved.
224
+
225
+ - `#I682703` - An Focusing issues in Dropdown Tree component when `showSelectAll` property is true has been resolved.
226
+
227
+ ## 28.2.4 (2025-02-04)
228
+
229
+ ### DropDownTree
230
+
231
+ #### Bug Fixes
232
+
233
+ - `#I679000` - An issue with react Dropdown Tree `CustomTemplate` when the state updates in the change event has been resolved.
234
+
235
+ - `#I681727` - An issue with selection and `CustomTemplate` not updating after filtering in Dropdown Tree component has been resolved.
236
+
237
+ ### MultiSelect
238
+
239
+ #### Bug Fixes
240
+
241
+ - `#I681861` - Fixed an issue where the popup would detach from the control when virtualization was enabled during filtering.
242
+
243
+ ## 28.2.3 (2025-01-29)
244
+
245
+ ### ListBox
246
+
247
+ #### Bug Fixes
248
+
249
+ - `#I933368` - Issue with "Filter input loss focus if the last letter is removed using backspace in listbox" has been resolved.
250
+
251
+ ### MultiSelect
252
+
253
+ #### Bug Fixes
254
+
255
+ - `#I679387` - Fixed an issue where no records were found in the popup after selecting all items.
256
+
257
+ ## 28.1.41 (2025-01-21)
258
+
259
+ ### ComboBox
260
+
261
+ #### Bug Fixes
262
+
263
+ - `#I679101` - Fixed the issue where an error was encountered when filtering in the ComboBox with custom values disabled and virtualization enabled.
264
+
265
+ ### DropDownTree
266
+
267
+ #### Bug Fixes
268
+
269
+ - `#I678070` - The issue change event is not triggered when checking SelectAll checkbox after dynamically selecting any node in the Dropdown Tree component has been resolved.
270
+
271
+ ### MultiSelect
272
+
273
+ #### Bug Fixes
274
+
275
+ - `#I662148` - Fixed an issue where the value was not bound to the Multiselect component.
276
+
277
+ ## 28.1.39 (2024-01-14)
278
+
279
+ ### ListBox
280
+
281
+ #### Bug Fixes
282
+
283
+ - `#I933368` - Issue with "Filter input loss focus if the last letter is removed using backspace in listbox" has been resolved.
284
+
285
+ ### Mention
286
+
287
+ #### Bug Fixes
288
+
289
+ - `#FB64462` - Resolved an issue where the `readonly` feature was not functioning correctly when integrating the Rich Text Editor with the mention functionality.
290
+
291
+ ## 28.1.38 (2025-01-07)
292
+
293
+ ### DropDownTree
294
+
295
+ #### Bug Fixes
296
+
297
+ - `#I668573` - The issue pop-up does not stick to the target after filtering is performed in the Dropdown Tree component has been resolved.
298
+
299
+ ## 28.1.37 (2024-12-31)
300
+
301
+ ### Mention
302
+
303
+ #### Bug Fixes
304
+
305
+ - `#I666283` - Fixed an issue where the `Select` event did not trigger when using the `Tab` key for selection.
306
+
307
+ ### ComboBox
308
+
309
+ #### Bug Fixes
310
+
311
+ - `#I664927` - Fixed a console error that occurred when attempting to filter data using pasted text.
312
+
313
+ ### MultiSelect
314
+
315
+ #### Bug Fixes
316
+
317
+ - `#I584660` - Fixed a console error that occurred when using the `getTextByValue` method without a dataset.
318
+
319
+ - `#I661577` - Fixed the issue where the placeholder was not displayed after clearing the value.
320
+
321
+ ### DropDownTree
322
+
323
+ #### Bug Fixes
324
+
325
+ - `#I662775` - Resolved the empty chip element creation when setting empty string for value property in Dropdown Tree component.
326
+
327
+ ## 28.1.36 (2024-12-24)
328
+
329
+ ### MultiSelect
330
+
331
+ #### Bug Fixes
332
+
333
+ - `#I663752` - The issue where the "No records found" template was displayed when closing and opening the popup has been resolved.
334
+
335
+ ### ListBox
336
+
337
+ #### Bug Fixes
338
+
339
+ - `#I929759` - Issue with "Correction in Ctrl + A key down action for single mode selection of listbox component" has been resolved.
340
+ - `#I664408` - Changing the type of value property of ListboxChangeEvents arguments from (number | string | boolean) to (number[] | string[] | boolean[]) in listbox.
341
+
342
+ ### DropDownTree
343
+
344
+ #### Bug Fixes
345
+
346
+ - `#I665182` - The issue with skipping last child items in tree navigation in Dropdown Tree when custom filtering is applied has been resolved.
347
+ - `#I659157`, `#I659195` - Resolved the change event incorrect argument value issue during the node selection in Dropdown Tree component.
348
+
349
+ ## 28.1.35 (2024-12-18)
350
+
351
+ ### DropDownTree
352
+
353
+ #### Bug Fixes
354
+
355
+ - `#I660279` - The issue of being unable to close the parent Dropdown Tree using the document click action after dynamically removing the child Dropdown Tree component has been resolved.
356
+ - `#I662309` - Issue with inconsistent selection behavior when using `selectAll` API on Dropdown Tree component initial render has been resolved.
357
+
358
+ ### ComboBox
359
+
360
+ #### Bug Fixes
361
+
362
+ - `#I660915` - Fixed an issue where an empty popup was displayed when opening the popup manually.
363
+
364
+ ## 28.1.33 (2024-12-12)
365
+
366
+ ### ListBox
367
+
368
+ #### Bug Fixes
369
+
370
+ - `#F43705` - Issue with "Dropping selected items does not work correctly while enabling the checkbox in listbox component." has been resolved.
371
+
372
+ ### DropDownTree
373
+
374
+ #### Bug Fixes
375
+
376
+ - `#I591637` - The close event is now triggered when the popup begins closing, and a cancel option is provided to prevent the close action if needed.
377
+
378
+ ### MultiSelect
379
+
380
+ #### Bug Fixes
381
+
382
+ - `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
383
+
384
+ ### DropdownList
385
+
386
+ #### Bug Fixes
387
+
388
+ - `#I472623` - Resolved an issue when the window is resizing the popup position is misaligned
389
+
390
+ ## 21.2.5 (2023-05-16)
391
+
392
+ ### ListBox
393
+
394
+ #### Bug Fixes
395
+
396
+ - `#F181311` - Issue with "Scrolling is not working while drag and drop the list box with item Template in angular platform" has been resolved.
397
+ - `#F181131` - Issue with "No Record Found text disappears while hovering the drag item on list box without drop" has been resolved.
398
+ - `#F181311` - Issue with "Scrolling is not working while drag and drop the list box with item Template" has been resolved.
399
+ - `#I445397` - Issue with "Script error thrown when navigate the listbox item in grouping listbox through keyboard navigation" has been resolved.
400
+ - `#I442262` - Issue with "Script error thrown while using destroy method in change event of list box" has been resolved.
401
+ - `#F38636` - Issue with "`selectItems` function doesn't work in listbox when values contain backslashes" has been resolved.
402
+ - `#F424252` - Issue with "Data source not update properly when we filtering and clicking move All button in listbox toolbar sample" has been resolved.
403
+ - `#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.
404
+ - `#F37860` - Issue with "Command button not working properly for multiselect in ListBox in Mac" has been resolved.
405
+
406
+ ### DropDownList
407
+
408
+ #### Bug Fixes
409
+
410
+ - `#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.
411
+
412
+ ## 20.3.47 (2022-09-29)
413
+
414
+ ### Mention
415
+
416
+ - 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.
417
+
418
+ **Key features**:
419
+
420
+ - **Data binding**: Binds the list of items from local and remote data sources such as JSON, OData, WCF, and RESTful web services.
421
+
422
+ - **Grouping**: Groups the logically related items under a single or specific category.
423
+
424
+ - **Filtering**: Filters the list items based on a character typed in the component.
425
+
426
+ - **Sorting**: Sorts the list items in alphabetical order (either ascending or descending).
427
+
428
+ - **Highlight search**: Highlights the typed text in the suggestion list.
429
+
430
+ - **Templates**: Customize the list item, display value, no records, and spinner loading content.
431
+
432
+ - **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.
433
+
434
+ ### ListBox
435
+
436
+ #### Bug Fixes
437
+
438
+ - `#I383114` - Issue with "Drop event argument not passes the selected item properly, while drag and drop the multiple item of listbox" has been resolved.
439
+
440
+ ### MultiSelect
441
+
442
+ #### Bug Fixes
443
+
444
+ - `#FB31100` - Issue with "popup is not opened while changing the `popupHeight` dynamically in the `beforeOpen` event" has been resolved.
445
+
446
+ ### DropDownList
447
+
448
+ #### Bug fixes
449
+
450
+ - `#I382870` - Issue with "NVDA reader does not read the selected value in the component" has been resolved.
451
+
452
+ ## 19.3.56 (2021-12-02)
453
+
454
+ ### MultiSelect
455
+
456
+ #### Bug Fixes
457
+
458
+ - `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
459
+
460
+ ### Dropdown Tree
461
+
462
+ #### Bug Fixes
463
+
464
+ - `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
465
+
466
+ ## 19.3.55 (2021-11-23)
467
+
468
+ ### AutoComplete
469
+
470
+ #### Bug Fixes
471
+
472
+ - `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
473
+
474
+ ## 19.3.53 (2021-11-12)
475
+
476
+ ### Dropdown Tree
477
+
478
+ #### Bug Fixes
479
+
480
+ - `#I345378` - The issue with "The interaction value is not updated properly in the select event while selecting via Select All checkbox" has been resolved.
481
+
482
+ ### MultiSelect
483
+
484
+ #### New Features
485
+
486
+ - `#F158756` - Now, you can convert the typed value as chip or update as value of the component while focusing out the component by enabling the `addTagOnBlur` property.
487
+
488
+ - `#I346387` - Issue with "select all checkbox is not displayed properly while selecting an item from the list" has been resolved.
489
+
490
+ ## 19.3.48 (2021-11-02)
491
+
492
+ ### Dropdown Tree
493
+
494
+ #### Bug Fixes
495
+
496
+ - `#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.
497
+
498
+ ### MultiSelect
499
+
500
+ #### Bug Fixes
501
+
502
+ - `#I342517` - Issue with "Content Security Policy violation exception throws on initial rendering" has been resolved.
503
+
504
+ ## 19.3.47 (2021-10-26)
505
+
506
+ ### Dropdown Tree
507
+
508
+ #### Bug Fixes
509
+
510
+ - `#I343096` - The issue with "The Dropdown Tree item getting unselected when clicking the text content of the input element" has been fixed.
511
+
512
+ ## 19.3.46 (2021-10-19)
513
+
514
+ ### Dropdown Tree
515
+
516
+ #### Bug Fixes
517
+
518
+ - `#F169190` - The issue with "The Dropdown tree is not focused while pressing single tab key" has been resolved.
519
+
520
+ - `#I341135` - The issue with "The Dropdown Tree selected items are misaligned while adding the `e-outline` and `e-filled` CSS classes" has been resolved.
521
+
522
+ ### MultiSelect
523
+
524
+ #### Bug Fixes
525
+
526
+ - `#I329545` - Issue with "clear icon is not working while rendering the component with custom value as preselected value" has been resolved.
527
+
528
+ ## 19.3.45 (2021-10-12)
529
+
530
+ ### ComboBox
531
+
532
+ #### Bug Fixes
533
+
534
+ - `#I343666` - Issue with "data list is not updated to the popup while changing the query property on dynamically with filtering mode" has been resolved.
535
+
536
+ ## 19.3.44 (2021-10-05)
537
+
538
+ ### Dropdown Tree
539
+
540
+ #### New Features
541
+
542
+ - `#I301222` - Provided support to display custom selected values template in the Dropdown Tree component.
543
+
544
+ #### Bug Fixes
545
+
546
+ - `#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.
547
+
548
+ - `I341114` - Issue with "When listbox is selected with checkbox, drag and drop is not working properly" has been resolved.
549
+
550
+ ## 19.2.62 (2021-09-14)
551
+
552
+ ### DropDownList
553
+
554
+ #### Bug Fixes
555
+
556
+ - `#I341137` - Issue with "fixed grouping headers are not updated while scrolling the popup after set the grouping dynamically" has been resolved.
557
+
558
+ ## 19.2.55 (2021-08-11)
559
+
560
+ ### ListBox
561
+
562
+ #### New Features
563
+
564
+ - Provided No Record Template support.
565
+
566
+ ### DropDownList
567
+
568
+ #### Bug Fixes
569
+
570
+ - Issue with "incremental search is not working properly while destroying and rendering the component again" has been resolved.
571
+
572
+ ### AutoComplete
573
+
574
+ #### Bug Fixes
575
+
576
+ - `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
577
+
578
+ ### Dropdown Tree
579
+
580
+ #### Bug Fixes
581
+
582
+ - `#F167371` - The performance issue that occurred when destroying the Dropdown Tree with a huge data source and CheckBox support has been resolved.
583
+
584
+ ### MultiSelect
585
+
586
+ #### Bug Fixes
587
+
588
+ - `#I338231` - Issue with "empty popup is shown while removing the custom value from the input" has been resolved.
589
+
590
+ ## 19.2.51 (2021-08-03)
591
+
592
+ ### ListBox
593
+
594
+ #### Bug Fixes
595
+
596
+ - `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
597
+
598
+ ### Dropdown Tree
599
+
600
+ #### Bug Fixes
601
+
602
+ - `#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.
603
+
604
+ ## 19.2.49 (2021-07-27)
605
+
606
+ ### MultiSelect
607
+
608
+ #### Bug Fixes
609
+
610
+ - `#FB26653` - Issue with "placeholder is not updated properly while updating the placeholder value with special characters" has been resolved.
611
+
612
+ ## 19.2.48 (2021-07-20)
613
+
614
+ ### ListBox
615
+
616
+ #### Bug Fixes
617
+
618
+ - `#I333351` - The issue with item template not works while using drag and drop issue has been fixed.
619
+
620
+ ### MultiSelect
621
+
622
+ #### Bug Fixes
623
+
624
+ - `#I331063`, `#I335590` - Issue with "popup is not opened while rendering the component with HTML select tag and `dataSource` property" has been resolved.
625
+
626
+ - `#I335674` - Issue with "filtering list item is reset to the popup while scrolling the popup item using mouse" has been resolved.
627
+
628
+ ### Dropdown Tree
629
+
630
+ #### Bug Fixes
631
+
632
+ - `#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.
633
+ - `#I304231` - Improved the item selection performance with large items in the Dropdown Tree component.
634
+
635
+ ## 19.2.47 (2021-07-13)
636
+
637
+ ### MultiSelect
638
+
639
+ #### Bug Fixes
640
+
641
+ - `#I331063` - Issue with "popup is not opened while rendering component with HTML select tag and dynamically changing the data source" has been resolved.
642
+
643
+ - `#F166677` - Issue with "incorrect selected count is displayed in the multiselect while choosing multiple items" has been resolved.
644
+
645
+ ## 19.1.65 (2021-05-25)
646
+
647
+ ### DropDownList
648
+
649
+ #### Bug Fixes
650
+
651
+ - Issue with "Improper data source values are loaded in the popup while modifying query property" has been resolved.
652
+
653
+ ## 19.1.59 (2021-05-04)
654
+
655
+ ### ListBox
656
+
657
+ #### Bug Fixes
658
+
659
+ - `#317293` - Listbox event properties descriptions added.
660
+
661
+ ### MultiSelect
662
+
663
+ #### Bug Fixes
664
+
665
+ - `#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.
666
+
667
+ ## 19.1.57 (2021-04-20)
668
+
669
+ ### ListBox
670
+
671
+ #### Bug Fixes
672
+
673
+ - `#311323` - Issue with 'No Records Found' text occurred twice has been resolved.
674
+
675
+ ### MultiSelect
676
+
677
+ #### Bug Fixes
678
+
679
+ - `#I320251` - Issue with "previously selected value is shown in the popup while removing the value using backspace rapidly in the custom value enabled component" has been resolved.
680
+
681
+ ## 19.1.56 (2021-04-13)
682
+
683
+ ### ListBox
684
+
685
+ #### Bug Fixes
686
+
687
+ - `#316046` - Action complete event not triggered when sort order property is given issue is fixed.
688
+
689
+ - `#311323` - DataSource missing while filtering is applied issue has been resolved.
690
+
691
+ - `#163935` - Previous index is wrong in drag and drop event has been fixed.
692
+
693
+ ## 19.1.54 (2021-03-30)
694
+
695
+ ### Dropdown Tree
696
+
697
+ #### Bug Fixes
698
+
699
+ `#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.
700
+
701
+ ## 18.4.47 (2021-03-09)
702
+
703
+ ### MultiSelect
704
+
705
+ #### Bug Fixes
706
+
707
+ `#317598` - Issue with "selected values are not posted properly while clicking on the select all option with predefined value" has been resolved.
708
+
709
+ ## 18.4.44 (2021-02-23)
710
+
711
+ ### MultiSelect
712
+
713
+ #### New Features
714
+
715
+ - `#283275`, `#289148`, `#296652` - Now, selection and deselection performance is improved while providing the large data to the component.
716
+
717
+ ## 18.4.43 (2021-02-16)
718
+
719
+ ### Dropdown Tree
720
+
721
+ #### Bug Fixes
722
+
723
+ - `#310244` - The issue on changing the `treeSettings.autoCheck` property dynamically in the `Box` mode has been resolved in the Dropdown Tree component.
724
+
725
+ ### MultiSelect
726
+
727
+ #### Bug Fixes
728
+
729
+ - `#310590` - Now, chip will create in focused multiselect component while updating the value property on dynamically.
730
+
731
+ ## 18.4.35 (2021-01-19)
732
+
733
+ ### DropDownList
734
+
735
+ #### Bug Fixes
736
+
737
+ - `#310665` - Issue with "`select` event is triggered twice while preventing the value selection" has been resolved.
738
+
739
+ ## 18.4.34 (2021-01-12)
740
+
741
+ ### ListBox
742
+
743
+ #### Bug Fixes
744
+
745
+ - Issue with remote data has been fixed.
746
+
747
+ ### ComboBox
748
+
749
+ #### Bug Fixes
750
+
751
+ - `#F159036` - Issue with "popup doesn't show the entire data source when render component with item template and clearing the filtered value" has been resolved.
752
+
753
+ ## 18.4.32 (2020-12-29)
754
+
755
+ ### AutoComplete
756
+
757
+ #### Bug Fixes
758
+
759
+ - `#308003` - Issue with 'highlight search is not working while rendering component along with `iconCss` property' has been resolved.
760
+
761
+ ### DropDownList
762
+
763
+ #### Bug Fixes
764
+
765
+ - `#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.
766
+
767
+ ## 18.4.31 (2020-12-22)
768
+
769
+ ### ListBox
770
+
771
+ #### Bug Fixes
772
+
773
+ - Issue with 'drag and drop' has been fixed.
774
+ - Issue with toolbar option has been fixed.
775
+
776
+ ### DropDownList
777
+
778
+ #### Bug Fixes
779
+
780
+ - `#305245` - Now, popup values reset back to full data while clicking on the clear icon in the filter input.
781
+
782
+ - `#305962` - Now, `sortOrder` property works for data source with `Array` type.
783
+
784
+ - `#304595` - Issue with "dynamic value changes is not updated to the component after performing the filtering action" has been resolved.
785
+
786
+ - `#305983` - Issue with "unable to select dropdown items after calling `refresh` method" has been resolved.
787
+
788
+ ### MultiSelect
789
+
790
+ #### Bug Fixes
791
+
792
+ - `#305461` - Issue with "popup is not closed when render multiple multiselect dropdown with checkbox mode" has been resolved.
793
+
794
+ - `#302393` - Issue with "the focus class is maintained in the previous multiselect after move the focus to another multiselect component" has been resolved.
795
+
796
+ ## 18.3.52 (2020-12-01)
797
+
798
+ ### DropDownList
799
+
800
+ #### Bug Fixes
801
+
802
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
803
+
804
+ ### MultiSelect
805
+
806
+ #### Bug Fixes
807
+
808
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
809
+
810
+ ### ComboBox
811
+
812
+ #### Bug Fixes
813
+
814
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
815
+
816
+ ### AutoComplete
817
+
818
+ #### Bug Fixes
819
+
820
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
821
+
822
+ ### ListBox
823
+
824
+ #### Bug Fixes
825
+
826
+ - Issue with 'removeItem' method has been fixed.
827
+
828
+ ## 18.3.44 (2020-10-27)
829
+
830
+ ### MultiSelect
831
+
832
+ #### Bug Fixes
833
+
834
+ - `#292479` - Issue with "beforeOpen event is triggered while rendering the component with initial value" has been resolved.
835
+
836
+ ### DropDownList
837
+
838
+ #### Bug Fixes
839
+
840
+ - `#F158340` - Issue with "popup is not getting refreshed after filtering while updating the remote data dynamically " has been resolved.
841
+
842
+ ## 18.3.42 (2020-10-20)
843
+
844
+ ### Dropdown Tree
845
+
846
+ #### Bug Fixes
847
+
848
+ - `F155642` - The issue with "the two-way binding is not working while enabling checkbox support in the Dropdown Tree component" has been resolved.
849
+
850
+ ### ListBox
851
+
852
+ #### Bug Fixes
853
+
854
+ - Issue with 'dragStart' event has been fixed.
855
+
856
+ ### MultiSelect
857
+
858
+ #### Bug Fixes
859
+
860
+ - `#289874` - Issue with "invalid predefined value is added to the control while disabling the custom value" has been resolved.
861
+
862
+ - `#291608` - Issue with "spinner icon is overlapped with clear icon while fetching data from server" has been resolved.
863
+
864
+ ## 18.3.40 (2020-10-13)
865
+
866
+ ### MultiSelect
867
+
868
+ #### Bug Fixes
869
+
870
+ - `#291884` - Issue with "clear icon overlaps the selected value" has been resolved.
871
+
872
+ - `#F158089` - Issue with "misplacement of footer template for checkbox mode" has been resolved.
873
+
874
+ - `#F157575` - Issue with "value selection by using the space key at the popup opening on second time" has been resolved.
875
+
876
+ ## 18.3.35 (2020-10-01)
877
+
878
+ ### ListBox
879
+
880
+ #### Bug Fixes
881
+
882
+ - compatibility issues with EJ1 has been fixed.
883
+
884
+ ## 18.2.58 (2020-09-15)
885
+
886
+ ### ListBox
887
+
888
+ #### Bug Fixes
889
+
890
+ - 'moveAll' is not working after applied grouping has been fixed.
891
+
892
+ ### MultiSelect
893
+
894
+ #### Bug Fixes
895
+
896
+ - `#289874` - Issue with "invalid value is added to the control while providing the invalid value to the value property" has been resolved.
897
+
898
+ ## 18.2.54 (2020-08-18)
899
+
900
+ ### Dropdown Tree
901
+
902
+ #### Breaking Changes
903
+
904
+ - `#273325` - Provided the option to customize the Dropdown Tree’s input height when the content is increased.
905
+
906
+ ### MultiSelect
907
+
908
+ #### Bug Fixes
909
+
910
+ - `#275308` - Performance issue will no longer occurs when render the multiselect with checkbox.
911
+
912
+ ### DropDownList
913
+
914
+ #### Bug Fixes
915
+
916
+ - `#285069` - Issue with "popup is not opened when focus out the component before loading the remote data" has been resolved.
917
+
918
+ ## 18.2.48 (2020-08-04)
919
+
920
+ ### ListBox
921
+
922
+ #### New Features
923
+
924
+ - `#285392` - Enable / disable list items based on unique value support provided.
925
+
926
+ ### Dropdown Tree
927
+
928
+ #### Bug Fixes
929
+
930
+ - The accessibility issue with “The Dropdown Tree text is not reading properly when enabling the multi-selection support” has been resolved.
931
+
932
+ ### MultiSelect
933
+
934
+ #### Bug Fixes
935
+
936
+ - `#282905`, `#273055` - Now, Cross-Site Scripting issues will no longer occurs.
937
+
938
+ - `#285164`, `#277294` - Issue with "First list item got selected while pressing space key in the MultiSelect along with checkbox mode and remote data" has been resolved.
939
+
940
+ ## 18.2.47 (2020-07-28)
941
+
942
+ ### DropDownList
943
+
944
+ #### Bug Fixes
945
+
946
+ - `#277503` - Issue with "sort order is not working for filtering dropdown after adding new item using addItem method" has been resolved.
947
+
948
+ ### ListBox
949
+
950
+ #### Bug Fixes
951
+
952
+ - Filtering is not working in IE browser has been fixed.
953
+
954
+ ### AutoComplete
955
+
956
+ #### Bug Fixes
957
+
958
+ - `#276842` - Issue with "list data is not updated properly while pressing alt+down key in auto filling autocomplete" has been resolved.
959
+
960
+ ## 18.1.59 (2020-06-23)
961
+
962
+ ### MultiSelect
963
+
964
+ #### Bug Fixes
965
+
966
+ -`#F154635` - Issue with "floating label is not floated properly while rendering with filter and outline theme appearance" has been resolved.
967
+
968
+ - `#278902` - Issue with "incorrect count displayed in the multiselect input field when selecting the multiple items" has been resolved.
969
+
970
+ ### DropDownList
971
+
972
+ #### Bug Fixes
973
+
974
+ -`#278736` -Now, search action is performed properly while rendering multiple dropdown and selecting the value using keyboard.
975
+
976
+ ## 18.1.57 (2020-06-16)
977
+
978
+ ### ComboBox
979
+
980
+ #### Bug Fixes
981
+
982
+ - `#279216` - Now, you can set empty data source dynamically.
983
+
984
+ ### MultiSelect
985
+
986
+ #### Bug Fixes
987
+
988
+ - `#277467`- Issue with "some items in the dropdown hides when using the header template in the mobile mode" has been resolved.
989
+
990
+ - `#278201`- Issue with "multiSelect component in mobile mode with initial value page not scrolled" has been resolved.
991
+
992
+ ## 18.1.56 (2020-06-09)
993
+
994
+ ### ComboBox
995
+
996
+ #### Bug Fixes
997
+
998
+ - Issue with "select event is not triggered while doing first selection with autofill" has been resolved.
999
+
1000
+ -`#278135`- Issue with "Item data is not loaded with asynchronous data when allowCustom is set to false" has been resolved.
1001
+
1002
+ ### DropDownList
1003
+
1004
+ #### Bug Fixes
1005
+
1006
+ - `#280052`- Issue with "localization is not working for dropdown components" has been resolved.
1007
+
1008
+ ## 18.1.55 (2020-06-02)
1009
+
1010
+ ### MultiSelect
1011
+
1012
+ #### Bug Fixes
1013
+
1014
+ -`#273796` - Now, e-outline class is added to the filter input
1015
+
1016
+ ### Dropdown Tree
1017
+
1018
+ #### Bug Fixes
1019
+
1020
+ - `#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.
1021
+
1022
+ - `#278072` - The issue with “The Dropdown Tree selected values are not received in the form post back” has been resolved.
1023
+
1024
+ - `#274468` - The issue with “The Dropdown Tree popup element is incorrectly positioned when it is rendered inside the Bootstrap dialog” has been fixed.
1025
+
1026
+ #### New Features
1027
+
1028
+ - `#277378` - Provided the support to reset the values in the Dropdown Tree component when the form reset method is called.
1029
+
1030
+ ### DropDownList
1031
+
1032
+ #### Bug Fixes
1033
+
1034
+ -`#277821` - Now, changed the no record template hint message.
1035
+
1036
+ ## 18.1.53 (2020-05-19)
1037
+
1038
+ ### MultiSelect
1039
+
1040
+ #### Bug Fixes
1041
+
1042
+ - `#273796` - Now, filtering works properly when paste the value in the input element.
1043
+
1044
+ ### Dropdown Tree
1045
+
1046
+ #### Bug Fixes
1047
+
1048
+ - `#274351` - The issue with "The Dropdown Tree initialized value which is not getting it in the form post" has been resolved.
1049
+
1050
+ ### ListBox
1051
+
1052
+ #### New Features
1053
+
1054
+ - Provided Placeholder support to filterbar in listbox.
1055
+
1056
+ #### Bug Fixes
1057
+
1058
+ - Move to and move from throws script error when listbox rendered with item template issue fixed.
1059
+
1060
+ ## 18.1.52 (2020-05-13)
1061
+
1062
+ ### ListBox
1063
+
1064
+ #### Bug Fixes
1065
+
1066
+ - Move to and move from throws script error when listbox rendered with item template issue fixed.
1067
+
1068
+ ## 18.1.48 (2020-05-05)
1069
+
1070
+ ### MultiSelect
1071
+
1072
+ #### Bug Fixes
1073
+
1074
+ - `#273796` - Issue with clear icon misalignment in the material outline has been resolved.
1075
+
1076
+ ### ListBox
1077
+
1078
+ #### Bug Fixes
1079
+
1080
+ - Issue with drag and drop in empty listbox has been fixed.
1081
+
1082
+ ## 18.1.46 (2020-04-28)
1083
+
1084
+ ### Dropdown Tree
1085
+
1086
+ #### Bug Fixes
1087
+
1088
+ - The issue with `The Dropdown Tree placeholder hides while opening the popup, when enabling the checkbox support` has been fixed.
1089
+
1090
+ ### ListBox
1091
+
1092
+ #### Bug Fixes
1093
+
1094
+ - Issue with 'enabled' properly when listbox have toolbar option has been fixed.
1095
+ - Issue with Filter element when the scrolling has enabled in listbox.
1096
+
1097
+ ## 18.1.43 (2020-04-07)
1098
+
1099
+ ### ListBox
1100
+
1101
+ #### Bug Fixes
1102
+
1103
+ - `moveTo` method is not working properly when listbox have disabled items has been fixed.
1104
+
1105
+ ## 18.1.36-beta (2020-03-19)
1106
+
1107
+ ### Common
1108
+
1109
+ #### Breaking Changes
1110
+
1111
+ 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.
1112
+ Update the system.js configuration while going with this version and above.
1113
+
1114
+ ### Dropdown Tree
1115
+
1116
+ 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
1117
+
1118
+ - **Data binding** - Bind and access a hierarchical list of items from a local or server-side data source.
1119
+
1120
+ - **Check boxes** - Select more than one item in the Dropdown Tree control without affecting the UI appearance.
1121
+
1122
+ - **Multiple selection** - Select more than one item in the control.
1123
+
1124
+ - **Sorting** - Display the Dropdown Tree items in ascending or descending order.
1125
+
1126
+ - **Template** - Customize the Dropdown Tree items, header, footer, action failure content, and no records content.
1127
+
1128
+ - **Accessibility** - Provide access to all the Dropdown Tree control features through keyboard interaction, on-screen readers, and other assistive technology devices.
1129
+
1130
+ ### ListBox
1131
+
1132
+ #### Bug Fixes
1133
+
1134
+ - Dynamic show checkBox not working in grouping has been fixed.
1135
+
1136
+ ## 17.4.51 (2020-02-25)
1137
+
1138
+ ### MultiSelect
1139
+
1140
+ #### Bug Fixes
1141
+
1142
+ - `#263579` - Issue with "the performance issue while clear the selected items using clear button" issue has been resolved.
1143
+
1144
+ ## 17.4.50 (2020-02-18)
1145
+
1146
+ ### ListBox
1147
+
1148
+ #### Bug Fixes
1149
+
1150
+ - `#261827` - Issue when ListBox and menu component in a same page has been resolved.
1151
+
1152
+ ### ComboBox
1153
+
1154
+ #### Bug Fixes
1155
+
1156
+ - `#261005` - Now, `isInteracted` argument updated properly in the change event while entering the `autofill` value.
1157
+
1158
+ ## 17.4.49 (2020-02-11)
1159
+
1160
+ ### DropDownList
1161
+
1162
+ #### Bug Fixes
1163
+
1164
+ - `#261901` - Issue with "cascade dropdown previous value maintained while enabled the filtering" has been resolved.
1165
+
1166
+ ### ComboBox
1167
+
1168
+ #### Bug Fixes
1169
+
1170
+ - `#261005` - Now, `isInteracted` argument is updated properly after manually deleting all characters followed by focus out the control.
1171
+
1172
+ ### MultiSelect
1173
+
1174
+ #### Bug Fixes
1175
+
1176
+ - `#263399` - Issue with "change event is not triggered while enabling `checkbox` selection in IE11 browser" has been resolved.
1177
+
1178
+ ## 17.4.47 (2020-02-05)
1179
+
1180
+ ### ListBox
1181
+
1182
+ #### Bug Fixes
1183
+
1184
+ - `#F151029` - Checkbox selection not updated on initial load, while rendering the ListBox with `iconCss` issue fixed.
1185
+ - Provided 'actionBegin' and 'actionComplete' event when moving items.
1186
+
1187
+ ## 17.4.46 (2020-01-30)
1188
+
1189
+ ### MultiSelect
1190
+
1191
+ #### Bug Fixes
1192
+
1193
+ - `#261574` - Now, `isInteracted` argument updated properly in the change event while focusout.
1194
+
1195
+ - `#258514` - Issue with "addItem method is not working while binding empty data source" has been resolved.
1196
+
1197
+ - `#259861` - Issue with "filtering not working after selecting the item in the popup" has been resolved.
1198
+
1199
+ ### ComboBox
1200
+
1201
+ #### Bug Fixes
1202
+
1203
+ - `#261005` - Now, `isInteracted` argument updated properly in the change event while entering the custom value.
1204
+
1205
+ ## 17.4.44 (2021-01-21)
1206
+
1207
+ ### ListBox
1208
+
1209
+ #### Bug Fixes
1210
+
1211
+ - `#260635` - Sorted datasource not updated properly in ListBox has been fixed.
1212
+
1213
+ ## 17.4.43 (2020-01-14)
1214
+
1215
+ ### ListBox
1216
+
1217
+ #### Bug Fixes
1218
+
1219
+ - `#F150435` - Script error occurs during disabled toolbar button click has been resolved.
1220
+
1221
+ ## 17.4.41 (2020-01-07)
1222
+
1223
+ ### ListBox
1224
+
1225
+ #### Bug Fixes
1226
+
1227
+ - `#255830` - filter and grouping are not working on drag and drop and toolbar button states not updated properly has been resolved.
1228
+
1229
+ ## 17.4.40 (2019-12-24)
1230
+
1231
+ ### DropDownList
1232
+
1233
+ #### Bug Fixes
1234
+
1235
+ - `#255255` - Issue with "JAWS screen reader does not read the pre-selected value" has been resolved.
1236
+
1237
+ - `#257336` - Issue with "fixed header shown twice while scrolling the items in the popup and reopen the popup again" has been resolved.
1238
+
1239
+ ### ListBox
1240
+
1241
+ #### Bug Fixes
1242
+
1243
+ - Issue with Drag and Drop is fixed.
1244
+
1245
+ ## 17.4.39 (2019-12-17)
1246
+
1247
+ ### ComboBox
1248
+
1249
+ #### Bug Fixes
1250
+
1251
+ - `#256098` - The mobile device ENTER key selection issue in the focused item issue has resolved.
1252
+
1253
+ ### MultiSelect
1254
+
1255
+ #### Bug Fixes
1256
+
1257
+ - `#255765` - Issue with "dynamically added item not displayed initially in box mode when control in focus state" has been resolved.
1258
+
1259
+ ### DropDownList
1260
+
1261
+ #### Bug Fixes
1262
+
1263
+ - `#256908` - Issue with "script error throws while pressing the escape key after filter the items in the popup" has been resolved.
1264
+
1265
+ ### ListBox
1266
+
1267
+ #### New Features
1268
+
1269
+ - Provided public methods for `toolbar` actions.
1270
+ - Provided `getDataByValues` method for getting array of data objects.
1271
+
1272
+ #### Bug Fixes
1273
+
1274
+ - `#252496` - Checkbox selection not maintained after removing filter has been fixed.
1275
+ - `#F147087` - script error "contains of undefined in ListBox" while rendering the ListBox and multi select in the same router page has been fixed.
1276
+
1277
+ ### AutoComplete
1278
+
1279
+ #### Bug Fixes
1280
+
1281
+ - `#236361` - Now, filtering works properly in mobile Firefox.
1282
+
1283
+ ## 17.3.29 (2019-11-26)
1284
+
1285
+ ### AutoComplete
1286
+
1287
+ #### New Features
1288
+
1289
+ - `#254473` - Now, you can clear the selected values using `clear` method.
1290
+
1291
+ ### ComboBox
1292
+
1293
+ #### New Features
1294
+
1295
+ - `#254473` - Now, you can clear the selected values using `clear` method.
1296
+
1297
+ ### DropDownList
1298
+
1299
+ #### New Features
1300
+
1301
+ - `#254473` - Now, you can clear the selected values using `clear` method.
1302
+
1303
+ ### MultiSelect
1304
+
1305
+ #### New Features
1306
+
1307
+ - `#254473` - Now, you can clear the selected values using `clear` method.
1308
+
1309
+ #### Bug Fixes
1310
+
1311
+ - `#F149046` - Issue with "popup not opened after clearing the all selected values" has been resolved.
1312
+
1313
+ ## 17.3.28 (2019-11-19)
1314
+
1315
+ ### MultiSelect
1316
+
1317
+ #### Bug Fixes
1318
+
1319
+ - `#F148867` , `#254713` - The issue with "rendering the `itemTemplate` when value is bound to the control" has been resolved.
1320
+
1321
+ - `#251564` - Issue with "new item is not added to respective group while adding items using addItem method" has been resolved.
1322
+
1323
+ ## 17.3.21 (2019-10-30)
1324
+
1325
+ ### ComboBox
1326
+
1327
+ #### Bug Fixes
1328
+
1329
+ - `#251466` - Now, you can set width property in `em` unit.
1330
+
1331
+ - `#251650` - Issue with 'filtered list item is not getting focused when set filter type as contains' has been resolved.
1332
+
1333
+ - `#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.
1334
+
1335
+ ### DropDownList
1336
+
1337
+ #### Bug Fixes
1338
+
1339
+ - `#251466` - Now, you can set width property in `em` unit.
1340
+
1341
+ ### MultiSelect
1342
+
1343
+ #### Bug Fixes
1344
+
1345
+ - `#251466` - Now, you can set width property in `em` unit.
1346
+
1347
+ - `#252117` , `#248511` - Issue with "floating label not positioned properly when set floatLabelType value as Always" has been resolved.
1348
+
1349
+ ### ListBox
1350
+
1351
+ #### Bug Fixes
1352
+
1353
+ - `#F147087` - script error "class List of undefined" while grouping has been fixed.
1354
+ - `#F147408` - Move To toolbar button not working when loading the list box using `remote data` has been resolved.
1355
+ - `#249771` - script error while performing the toolbar actions in dual ListBox with `data manager` in `EJ2 MVC` has been resolved
1356
+
1357
+ ## 17.3.19 (2019-10-22)
1358
+
1359
+ ### ListBox
1360
+
1361
+ - Drag Event returns null value issue is fixed
1362
+
1363
+ ### DropDownList
1364
+
1365
+ #### Bug Fixes
1366
+
1367
+ - `#246853` - Now, popup will close when input element is hidden from viewport.
1368
+
1369
+ ## 17.3.17 (2019-10-15)
1370
+
1371
+ ### MultiSelect
1372
+
1373
+ #### Bug Fixes
1374
+
1375
+ - `#250710` - Now, you can filter the data while render the component using `select` element.
1376
+
1377
+ - `#246802` - Now, the change event fires on value selection and remove while disabled the `changeOnBlur` property.
1378
+ - `#F147650` - Now SelectAll method works properly when set `enableGroupCheckBox` as true.
1379
+ - `#251276`- Now, the change event fires on click the clear icon and updates the model value.
1380
+
1381
+ ## 17.3.16 (2019-10-09)
1382
+
1383
+ ### ListBox
1384
+
1385
+ #### Bug Fixes
1386
+
1387
+ - Adding common cssClass for wrapper.
1388
+
1389
+ ### MultiSelect
1390
+
1391
+ #### New Features
1392
+
1393
+ - Provided `Material2 outline layout` for multiselect.
1394
+
1395
+ #### Bug Fixes
1396
+
1397
+ - `#248395`, `#F148059` - Now SelectAll works properly when limit the selection using `maximumSelectionLength` property.
1398
+
1399
+ ## 17.3.14 (2019-10-03)
1400
+
1401
+ ### AutoComplete
1402
+
1403
+ #### Bug Fixes
1404
+
1405
+ - `#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.
1406
+
1407
+ ### MultiSelect
1408
+
1409
+ #### Bug Fixes
1410
+
1411
+ - `#248288` - Issue with "console error thrown when set the openOnClick property as false in checkbox mode" has been resolved.
1412
+
1413
+ - `#247340` - Issue with "list items not loaded while change the data source dynamically in checkbox mode" has been resolved.
1414
+
1415
+ - `#247922` - Issue with "group header is not changed as fixed element when reopening the popup" has been fixed.
1416
+
1417
+ ### DropDownList
1418
+
1419
+ #### Bug Fixes
1420
+
1421
+ - `#248511` - Issue with floating label misalignment in the outline mode has been resolved.
1422
+
1423
+ - `#F147708` - Issue with "template data not populated in filtering dropdownlist when open the dropdown popup on second time" has been resolved.
1424
+
1425
+ ## 17.2.49 (2019-09-04)
1426
+
1427
+ ### MultiSelect
1428
+
1429
+ #### Bug Fixes
1430
+
1431
+ - `#245849` - Issue with "Dropdown popup moves down while initial value selection on popup" has been resolved.
1432
+
1433
+ ## 17.2.46 (2019-08-22)
1434
+
1435
+ ### ListBox
1436
+
1437
+ #### New Features
1438
+
1439
+ - `#237694` - provided maximum selection limit option for ListBox.
1440
+
1441
+ ## 17.2.41 (2019-08-14)
1442
+
1443
+ ### MultiSelect
1444
+
1445
+ #### Bug Fixes
1446
+
1447
+ - `#144756`- Issue with "custom value added to the list after args.cancel is set to true in custom value section event" has been resolved.
1448
+
1449
+ ### DropDownList
1450
+
1451
+ #### Bug Fixes
1452
+
1453
+ - `#244335` - Issue with "clear icon shown in read-only dropdown list" has been resolved.
1454
+
1455
+ ## 17.2.40 (2019-08-06)
1456
+
1457
+ ### MultiSelect
1458
+
1459
+ #### New Features
1460
+
1461
+ - `#F146233` - Now, you can specify type of filter using `filterType` property.
1462
+
1463
+ ### ComboBox
1464
+
1465
+ #### New Features
1466
+
1467
+ - `#F146233` - Now, you can specify type of filter using `filterType` property.
1468
+
1469
+ ### DropDownList
1470
+
1471
+ #### New Features
1472
+
1473
+ - `#F146233` - Now, you can specify type of filter using `filterType` property.
1474
+
1475
+ ## 17.2.39 (2019-07-30)
1476
+
1477
+ ### ListBox
1478
+
1479
+ #### Bug Fixes
1480
+
1481
+ - `#240597` - Dual ListBox causes an error when filtering is activated and disable the checkbox selection settings issue is fixed.
1482
+
1483
+ - `#240594` - Form submit occurs while click toolbar item issue is fixed.
1484
+
1485
+ ## 17.2.36 (2019-07-24)
1486
+
1487
+ ### MultiSelect
1488
+
1489
+ #### Bug Fixes
1490
+
1491
+ - `#241578` - Issue with “Checkbox selection is not updated properly in the popup list items when set filtering as false” has been resolved.
1492
+
1493
+ ### AutoComplete
1494
+
1495
+ #### Bug Fixes
1496
+
1497
+ - `#F146110` - Now, Resolved the console error thrown when first character is type using `MinLength` property.
1498
+
1499
+ ### DropDownList
1500
+
1501
+ #### Bug Fixes
1502
+
1503
+ - `#F146110` - Now, Resolved the console error thrown when first character is type using `MinLength` property.
1504
+
1505
+ ## 17.2.34 (2019-07-11)
1506
+
1507
+ ### ComboBox
1508
+
1509
+ #### Bug Fixes
1510
+
1511
+ - `#233488`, `#239802` - Issue with "throws error while set the field value as null" has been resolved.
1512
+
1513
+ ### MultiSelect
1514
+
1515
+ #### Bug Fixes
1516
+
1517
+ - `#226512` - Now, SelectAll checkbox shows when more than one items present in the filtered list.
1518
+
1519
+ ### DropDownList
1520
+
1521
+ #### Bug Fixes
1522
+
1523
+ - `#239351` - Now, Select event triggers when selecting the value through interaction.
1524
+
1525
+ - `#F145367` - Issue with "filtering is not working with item template" has been resolved.
1526
+
1527
+ ### ListBox
1528
+
1529
+ #### Bug Fixes
1530
+
1531
+ - `#240594` - Form submit occurs while click toolbar item issue is fixed.
1532
+
1533
+ ## 17.2.28-beta (2019-06-27)
1534
+
1535
+ ### ListBox
1536
+
1537
+ #### New Features
1538
+
1539
+ - Checkbox position support provided.
1540
+ - Filter support provided.
1541
+ - #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.
1542
+
1543
+ #### Bug Fixes
1544
+
1545
+ - #236715 - Drag and dropping the list item is not sorted when `sortOrder` enabled issue is fixed.
1546
+
1547
+ #### Breaking Changes
1548
+
1549
+ - Event `select` is removed instead `change` event is provided.
1550
+
1551
+ ### DropDownList
1552
+
1553
+ #### Bug Fixes
1554
+
1555
+ - #235631 - Issue with "updating default value after form reset" has been resolved.
1556
+
1557
+ - #239136 - Now, you can change `allowFiltering` property value dynamically.
1558
+
1559
+ ### MultiSelect
1560
+
1561
+ #### Bug Fixes
1562
+
1563
+ - #235699 - Change event not happening after the control has lost focus issue has been fixed.
1564
+
1565
+ #### New Features
1566
+
1567
+ - `#F142089`, `#225476`, `#231094`, `#234377` - Now, you can render grouping with checkbox using enableGroupCheckBox property.
1568
+
1569
+ ## 17.1.49 (2019-05-29)
1570
+
1571
+ ### MultiSelect
1572
+
1573
+ #### New Features
1574
+
1575
+ - #236816 - Provided method for `focusIn` and `focusOut`.
1576
+
1577
+ #### Bug Fixes
1578
+
1579
+ - #231920 - In IE browser, script error throws when calling getItems method has been fixed.
1580
+
1581
+ ## 17.1.48 (2019-05-21)
1582
+
1583
+ ### ListBox
1584
+
1585
+ #### New Features
1586
+
1587
+ - Provided change event for ListBox.
1588
+
1589
+ ## 17.1.44 (2019-05-07)
1590
+
1591
+ ### MultiSelect
1592
+
1593
+ #### Bug Fixes
1594
+
1595
+ - #235167 - Multiselect dropdown jump down when the `showDropDownIcon` is set to true issue has been resolved.
1596
+
1597
+ - #209393 - Change event not fired during tab key navigation issue has been resolved.
1598
+
1599
+ ### DropDownList
1600
+
1601
+ #### Bug Fixes
1602
+
1603
+ - #234846 - The popup collision issue has been resolved while enable the filtering.
1604
+
1605
+ ### ListBox
1606
+
1607
+ #### Bug Fixes
1608
+
1609
+ - #234350 - SelectAll checkbox not displayed with dynamic data issue fixed.
1610
+
1611
+ ## 17.1.43 (2019-04-30)
1612
+
1613
+ ### ComboBox
1614
+
1615
+ #### Bug Fixes
1616
+
1617
+ - #233483 - The List not generated properly while clear the value using clear button issue has been resolved.
1618
+
1619
+ - #234100 - The search not working on enabling read only in the control initialization issue has been resolved.
1620
+
1621
+ - #233137 - The combobox is not focused when click the tab key at single time issue has been resolved.
1622
+
1623
+ ### DropDownList
1624
+
1625
+ #### Bug Fixes
1626
+
1627
+ - #231680 - The data source is observable using Async Pipe with pre select value not updated issue has been resolved.
1628
+
1629
+ - #230651 - Eval function security issue has been resolved.
1630
+
1631
+ ## 17.1.42 (2019-04-23)
1632
+
1633
+ ### MultiSelect
1634
+
1635
+ #### Bug Fixes
1636
+
1637
+ - #232673 - Issue with prevent the first value when clear value using clear button has been fixed.
1638
+
1639
+ - #233432 - The group template text not updated while enable the allow filtering issue has been fixed.
1640
+
1641
+ ## 17.1.41 (2019-04-16)
1642
+
1643
+ ### MultiSelect
1644
+
1645
+ #### Bug Fixes
1646
+
1647
+ - #232673 - Issue with browser freeze when clear value using clear button has been fixed.
1648
+
1649
+ - #231997 - Issue with duplicate placeholder on multiselect issue has been fixed.
1650
+
1651
+ - #232218 - The popup open downward when select the items after scroll the page issue has been resolved.
1652
+
1653
+ - #231920 - The Custom value with pre select value not updated when set empty data source issue has been resolved.
1654
+
1655
+ - F143612 - Dropdown icon disappeared when set the lengthy placeholder issue has been fixed.
1656
+
1657
+ ### DropDownList
1658
+
1659
+ #### Bug Fixes
1660
+
1661
+ - #142944 - Item template not loaded, when change the datasource dynamically issue has been resolved.
1662
+
1663
+ ### ComboBox
1664
+
1665
+ #### Bug Fixes
1666
+
1667
+ - #225254, #227938 - Template interpolated data not updated while filtering issue has been resolved.
1668
+
1669
+ ### ListBox
1670
+
1671
+ #### Bug Fixes
1672
+
1673
+ - Value type changed from `number` to `string` on selecting items in reactive form control issue fixed.
1674
+
1675
+ ## 17.1.40 (2019-04-09)
1676
+
1677
+ ### ListBox
1678
+
1679
+ #### Bug Fixes
1680
+
1681
+ - Value property passed on form submit issue fixed.
1682
+
1683
+ ### DropDownList
1684
+
1685
+ #### Bug Fixes
1686
+
1687
+ - Issue with value selection on disabled dropdown using incremental search has been fixed.
1688
+
1689
+ - Clear icon shown when change the value dynamically issue has been fixed.
1690
+
1691
+ ### MultiSelect
1692
+
1693
+ #### Bug Fixes
1694
+
1695
+ - Placeholder is not updated properly when unselect all the value issue has been resolved.
1696
+
1697
+ ## 17.1.38 (2019-03-29)
1698
+
1699
+ ### ListBox
1700
+
1701
+ 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:
1702
+
1703
+ - **Data binding**: Binds and accesses the list of items from local or server-side data source.
1704
+
1705
+ - **Dual ListBox**: Allows transferring and reordering the list item between two ListBoxes.
1706
+
1707
+ - **Drag and Drop**: Allows drag and drop the list item with the same/multiple ListBox.
1708
+
1709
+ - **Grouping**: Groups the logically related items under a single or specific category.
1710
+
1711
+ - **Templates**: Customizes the list items.
1712
+
1713
+ - **Sorting**: Sorts the list items in alphabetical order (either ascending or descending).
1714
+
1715
+ - **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.
1716
+
1717
+ ### MultiSelect
1718
+
1719
+ #### Bug Fixes
1720
+
1721
+ - Placeholder is not updated properly when removed the value issue has been resolved.
1722
+
1723
+ ## 17.1.32-beta (2019-03-13)
1724
+
1725
+ ### DropDownList
1726
+
1727
+ #### Bug Fixes
1728
+
1729
+ - Issue with change event trigger multiple times when clear value using clear button has been fixed.
1730
+
1731
+ ### MultiSelect
1732
+
1733
+ #### New Features
1734
+
1735
+ - Provided customized filtering support for checkbox mode also.
1736
+
1737
+ ### AutoComplete
1738
+
1739
+ #### Bug Fixes
1740
+
1741
+ - Filtered value is not maintained while using model value issue has been resolved.
1742
+
1743
+ ### ComboBox
1744
+
1745
+ #### Bug Fixes
1746
+
1747
+ - List's selection is not removed when remove a selected value using clear button issue has been resolved.
1748
+
1749
+ ## 16.4.55 (2019-02-27)
1750
+
1751
+ ### DropDownList
1752
+
1753
+ #### Bug Fixes
1754
+
1755
+ - Pre-select value is not selected when its not present in the list issue fixed.
1756
+
1757
+ - Reset text based initial value in form reset action behavior has been changed.
1758
+
1759
+ ### AutoComplete
1760
+
1761
+ #### Bug Fixes
1762
+
1763
+ - Reset text based initial value in form reset action behavior has been changed.
1764
+
1765
+ ### ComboBox
1766
+
1767
+ #### Bug Fixes
1768
+
1769
+ - Reset text based initial value in form reset action behavior has been changed.
1770
+
1771
+ ### MultiSelect
1772
+
1773
+ #### Bug Fixes
1774
+
1775
+ - List selection throws exception while using quotes within string data issue has been resolved.
1776
+
1777
+ - Select all operation's performance issue has been resolved.
1778
+
1779
+ ## 16.4.54 (2019-02-19)
1780
+
1781
+ ### DropDownList
1782
+
1783
+ #### Bug Fixes
1784
+
1785
+ - When page scroll, grouping template is hiding issue has been resolved.
1786
+
1787
+ - Reset the initial value in form reset action behavior has been changed.
1788
+
1789
+ ### AutoComplete
1790
+
1791
+ #### Bug Fixes
1792
+
1793
+ - Reset the initial value in form reset action behavior has been changed.
1794
+
1795
+ ### ComboBox
1796
+
1797
+ #### Bug Fixes
1798
+
1799
+ - Reset the initial value in form reset action behavior has been changed.
1800
+
1801
+ ### MultiSelect
1802
+
1803
+ #### Bug Fixes
1804
+
1805
+ - Now, you can enter special characters inside MultiSelect using virtual keyboard.
1806
+
1807
+ - Reset the initial value in form reset action behavior has been changed.
1808
+
1809
+ ## 16.4.53 (2019-02-13)
1810
+
1811
+ ### DropDownList
1812
+
1813
+ - ItemData parameter supports `object` collection in select and change event.
1814
+
1815
+ - Filtering is not working when rendered control by using select element issue has been resolved.
1816
+
1817
+ ### MultiSelect
1818
+
1819
+ #### Bug Fixes
1820
+
1821
+ - Lengthy placeholder breaks UI issue has been resolved.
1822
+
1823
+ - Values are not cleared in mobile devices issue has been resolved.
1824
+
1825
+ - Values are not selected based on selected attribute in select element rendering issue has been resolved.
1826
+
1827
+ ## 16.4.52 (2019-02-05)
1828
+
1829
+ ### ComboBox
1830
+
1831
+ #### Bug Fixes
1832
+
1833
+ - The model value is not updated by selecting a value using tab key with autofill combination issue has been resolved.
1834
+
1835
+ ### MultiSelect
1836
+
1837
+ #### Bug Fixes
1838
+
1839
+ - Blur event prevents other actions issue has been resolved.
1840
+
1841
+ ## 16.4.48 (2019-01-22)
1842
+
1843
+ ### AutoComplete
1844
+
1845
+ #### Bug Fixes
1846
+
1847
+ - Custom value is not maintain after reload the data issue has been resolved.
1848
+
1849
+ ### MultiSelect
1850
+
1851
+ #### Bug Fixes
1852
+
1853
+ - `en-US` locale JSON file not generated issue has been resolved.
1854
+
1855
+ ## 16.4.47 (2019-01-16)
1856
+
1857
+ ### MultiSelect
1858
+
1859
+ #### Bug Fixes
1860
+
1861
+ - server side validation is not working issue has been resolved.
1862
+
1863
+ ## 16.4.46 (2019-01-08)
1864
+
1865
+ ### MultiSelect
1866
+
1867
+ #### Bug Fixes
1868
+
1869
+ - Value is updated in reverse while using select all option in checkbox selection issue has been resolved.
1870
+
1871
+ ### ComboBox
1872
+
1873
+ #### Bug Fixes
1874
+
1875
+ - Change event is not trigger when focus out the control using tab key issue has been resolved.
1876
+
1877
+ ## 16.4.44 (2018-12-24)
1878
+
1879
+ ### MultiSelect
1880
+
1881
+ #### Bug Fixes
1882
+
1883
+ - Item template with checkbox combination is not working issue has been resolved.
1884
+
1885
+ - Value update with checkbox selection issue in reactive form has been resolved.
1886
+
1887
+ ## 16.3.34 (2018-11-21)
1888
+
1889
+ ### MultiSelect
1890
+
1891
+ #### Bug Fixes
1892
+
1893
+ - Checkbox's selection is not removed when uncheck the `selectAll` checkbox issue has been resolved.
1894
+
1895
+ ## 16.3.33 (2018-11-20)
1896
+
1897
+ ### DropDownList
1898
+
1899
+ #### Bug Fixes
1900
+
1901
+ - DropDownList locale added in `config Json` file.
1902
+
1903
+ ## 16.3.32 (2018-11-13)
1904
+
1905
+ ### DropDownList
1906
+
1907
+ #### Bug Fixes
1908
+
1909
+ - Data related attributes are added to input element instead of select element has been fixed.
1910
+
1911
+ - Console error thrown as maximum call stack when set the empty `dataSource` that issue has been fixed.
1912
+
1913
+ ### MultiSelect
1914
+
1915
+ #### Bug Fixes
1916
+
1917
+ - Original event argument does not get in `selectedAll` event argument that issue has been fixed.
1918
+
1919
+ ### ComboBox
1920
+
1921
+ #### Bug Fixes
1922
+
1923
+ - ComboBox `focus` event argument issue has been resolved.
1924
+
1925
+ ## 16.3.29 (2018-10-31)
1926
+
1927
+ ### MultiSelect
1928
+
1929
+ #### Bug Fixes
1930
+
1931
+ - MultiSelect filtering is shown incorrect result when using remote datasource issue has been resolved.
1932
+
1933
+ ### AutoComplete
1934
+
1935
+ #### Bug Fixes
1936
+
1937
+ - AutoComplete `minLength` property is not perform when use custom filtering event has been resolved.
1938
+
1939
+ ## 16.3.27 (2018-10-23)
1940
+
1941
+ ### MultiSelect
1942
+
1943
+ #### Bug Fixes
1944
+
1945
+ - ngModel is not updated when select all value using SelectAll option has been fixed.
1946
+
1947
+ ### DropDownList
1948
+
1949
+ #### Bug Fixes
1950
+
1951
+ - null exception handled in getItems method.
1952
+
1953
+ ## 16.3.25 (2018-10-15)
1954
+
1955
+ ### MultiSelect
1956
+
1957
+ #### Bug Fixes
1958
+
1959
+ - Duplicate values are listed while fetching data with UrlAdaptor when `allowCustom` value is set to true, that issue has been fixed.
1960
+
1961
+ ### DropDownList
1962
+
1963
+ #### Bug Fixes
1964
+
1965
+ - DropDownList `valueTemplate` selected value is changed now, while changing data source.
1966
+
1967
+ ### ComboBox
1968
+
1969
+ #### Bug Fixes
1970
+
1971
+ - ComboBox `readonly` enabled clear button is shown issue has been resolved.
1972
+
1973
+ ## 16.3.23 (2018-10-03)
1974
+
1975
+ ### MultiSelect
1976
+
1977
+ #### Bug Fixes
1978
+
1979
+ - MultiSelect values are cleared after performing add operation in Grid, that issue has been fixed.
1980
+
1981
+ - Item disappears from popup list after pressing the backspace key, that issue has been fixed.
1982
+
1983
+ ### DropDownList
1984
+
1985
+ #### Bug Fixes
1986
+
1987
+ - DropDownList `ItemTemplate` with `addItem` method template issue has been resolved.
1988
+
1989
+ ## 16.3.17 (2018-09-12)
1990
+
1991
+ ### DropDownList
1992
+
1993
+ #### Bug Fixes
1994
+
1995
+ - Restricted multiple request when no data returned from server issue has been resolved.
1996
+
1997
+ ### MultiSelect
1998
+
1999
+ #### Bug Fixes
2000
+
2001
+ - Change event is now triggered for MultiSelect components, when focused out.
2002
+
2003
+ #### Breaking Changes
2004
+
2005
+ - Renamed the `selectAll` event argument `IsChecked` to `isChecked`.
2006
+ - Renamed the `selectAll` event argument `e` to `event`.
2007
+
2008
+ ## 16.2.49 (2018-08-21)
2009
+
2010
+ ### MultiSelect
2011
+
2012
+ #### Bug Fixes
2013
+
2014
+ - View encapsulation support given for checkbox selection.
2015
+ - Cleared values are not added back to MultiSelect popup issue has been resolved.
2016
+ - View encapsulation support given for spinner element.
2017
+
2018
+ ### DropDownList
2019
+
2020
+ #### Bug Fixes
2021
+
2022
+ - View encapsulation support given for spinner element.
2023
+
2024
+ ### ComboBox
2025
+
2026
+ #### Bug Fixes
2027
+
2028
+ - View encapsulation support given for spinner element.
2029
+
2030
+ ## 16.2.48 (2018-08-14)
2031
+
2032
+ ### MultiSelect
2033
+
2034
+ #### Bug Fixes
2035
+
2036
+ - create input method addition argument added.
2037
+
2038
+ ### DropDownList
2039
+
2040
+ #### Bug Fixes
2041
+
2042
+ - DropDownList `cssClass` updated dynamically changes issue has been resolved.
2043
+ - create input method addition argument added.
2044
+
2045
+ ### AutoComplete
2046
+
2047
+ #### Bug Fixes
2048
+
2049
+ - create input method addition argument added.
2050
+
2051
+ ### ComboBox
2052
+
2053
+ #### Bug Fixes
2054
+
2055
+ - create input method addition argument added.
2056
+
2057
+ ## 16.2.47 (2018-08-07)
2058
+
2059
+ ### DropDownList
2060
+
2061
+ #### Bug Fixes
2062
+
2063
+ - Provided view encapsulation support.
2064
+
2065
+ ### MultiSelect
2066
+
2067
+ #### Bug Fixes
2068
+
2069
+ - Provided view encapsulation support.
2070
+
2071
+ ### AutoComplete
2072
+
2073
+ #### Bug Fixes
2074
+
2075
+ - Provided view encapsulation support.
2076
+
2077
+ ### ComboBox
2078
+
2079
+ #### Bug Fixes
2080
+
2081
+ - Provided view encapsulation support.
2082
+
2083
+ ## 16.2.46 (2018-07-30)
2084
+
2085
+ ### DropDownList
2086
+
2087
+ #### Bug Fixes
2088
+
2089
+ - We have provided public methods spinner show and hides.
2090
+
2091
+ ### MultiSelect
2092
+
2093
+ #### Bug Fixes
2094
+
2095
+ - Pre-selected item disappears from popup list when removed selected items in clear button issue has been resolved.
2096
+ - We have provided public methods spinner show and hides.
2097
+
2098
+ ### AutoComplete
2099
+
2100
+ - We have provided public methods spinner show and hides.
2101
+
2102
+ ### ComboBox
2103
+
2104
+ - ComboBox filtering update data method field argument issue has been resolved.
2105
+ - We have provided public methods spinner show and hides.
2106
+
2107
+ ## 16.2.45 (2018-07-17)
2108
+
2109
+ ### DropDownList
2110
+
2111
+ #### Bug Fixes
2112
+
2113
+ - DropDownList same value selection, value not cleared issue has been resolved.
2114
+ - DropDownList `scss` variable override issue has been resolved.
2115
+
2116
+ ### MultiSelect
2117
+
2118
+ #### Bug Fixes
2119
+
2120
+ - Multiselect clear button issue has been resolved.
2121
+ - Multiselect restore value not maintained in `IE` issue has been resolved.
2122
+ - Multiselect popup not open when update a data via update data.
2123
+
2124
+ ## 16.2.43 (2018-07-03)
2125
+
2126
+ ### MultiSelect
2127
+
2128
+ #### Bug Fixes
2129
+
2130
+ - Multiselect pre selected value not updated issue has been resolved.
2131
+
2132
+ ## 16.2.42 (2018-06-27)
2133
+
2134
+ ### Multiselect
2135
+
2136
+ #### Bug Fixes
2137
+
2138
+ - Provided support for selected all event.
2139
+ - Value is not selected when ending with space.
2140
+
2141
+ ## 16.2.41 (2018-06-25)
2142
+
2143
+ ### AutoComplete
2144
+
2145
+ #### Bug Fixes
2146
+
2147
+ - Html elements are shown during filtering when highlight property is set to true.
2148
+
2149
+ - Value typed in the autocomplete gets removed when data source is bound in the filtering event.### DropDownList
2150
+
2151
+ #### Bug Fixes
2152
+
2153
+ - Provided support for before open event.
2154
+
2155
+ ### ComboBox
2156
+
2157
+ #### Bug Fixes
2158
+
2159
+ - Popup items is not same as initially after filtering in combobox.
2160
+
2161
+ ### MultiSelect
2162
+
2163
+ #### Bug Fixes
2164
+
2165
+ - Data is not repopulated when selecting and removing all items from Multiselect.
2166
+ - Multiselect is not focused when tab key is pressed if it already focused in the filterbar.
2167
+
2168
+ ## 16.1.46 (2018-05-29)
2169
+
2170
+ ### MultiSelect
2171
+
2172
+ #### Bug Fixes
2173
+
2174
+ - Changed control height for MultiSelect component in Material theme to match other dropdown components.
2175
+
2176
+ ## 16.1.45 (2018-05-23)
2177
+
2178
+ ### MultiSelect
2179
+
2180
+ #### Bug Fixes
2181
+
2182
+ - Allow to set the value in MultiSelect when it is re-rendered.
2183
+
2184
+ ## 16.1.42 (2018-05-15)
2185
+
2186
+ ### AutoComplete
2187
+
2188
+ #### Bug Fixes
2189
+
2190
+ - The getDataByValue method is not working properly in Autocomplete's issue has been fixed.
2191
+
2192
+ ### DropDownList
2193
+
2194
+ #### Bug Fixes
2195
+
2196
+ - Value property set through the model is now maintained, even after changing the data.
2197
+ - Change event is now triggered for DropDown components, when `showClearButton` is clicked.
2198
+
2199
+ ## 16.1.40 (2018-05-08)
2200
+
2201
+ ### ComboBox
2202
+
2203
+ #### Bug Fixes
2204
+
2205
+ - Prevented the native HTML select and change events in angular.
2206
+
2207
+ ### DropDownList
2208
+
2209
+ #### Bug Fixes
2210
+
2211
+ - Prevented the validation message from triggering on components initial render.
2212
+ - Added support for HTML autofocus attribute in DropDown components.
2213
+
2214
+ ### MultiSelect
2215
+
2216
+ #### Bug Fixes
2217
+
2218
+ - MultiSelect component's varying selection behaviour for keyboard and mouse event, has been fixed.
2219
+
2220
+ ## 16.1.38 (2018-05-02)
2221
+
2222
+ ### AutoComplete
2223
+
2224
+ #### Bug Fixes
2225
+
2226
+ - The issue, Value property in Autocomplete is not properly updated in two way binding after the initial load has been fixed.
2227
+ - The issue, Autocomplete displays the suggestions list even if the focus is lost for related component, has been fixed.
2228
+
2229
+ ### MultiSelect
2230
+
2231
+ #### Bug Fixes
2232
+
2233
+ - The issue, MultiSelect component is not updating the popup correctly during the initial time, has been fixed.
2234
+
2235
+ ## 16.1.35 (2018-04-17)
2236
+
2237
+ ### AutoComplete
2238
+
2239
+ #### Bug Fixes
2240
+
2241
+ - The issue, Value is not updated correctly when the words in the suggestion list contains white spaces has been fixed.
2242
+
2243
+ ### MultiSelect
2244
+
2245
+ #### New Features
2246
+
2247
+ - Float Label support has been given for MultiSelect
2248
+
2249
+ #### Bug Fixes
2250
+
2251
+ - custom value support has been given in MultiSelect when the filtering is enabled instead of 'no records found' template.
2252
+
2253
+ - The issue, 'Input is rendered again on typing while resetting value from null with remote data and custom value as true.' has been fixed.
2254
+
2255
+ - The issue, 'Enable persistence is not working properly when all the items in the list are selected.' has been fixed.
2256
+
2257
+ ## 16.1.34 (2018-04-10)
2258
+
2259
+ ### AutoComplete
2260
+
2261
+ #### Bug Fixes
2262
+
2263
+ - The issue, Value is not updated correctly when diacritics words are used in AutoComplete has been fixed.
2264
+
2265
+ ## 16.1.33 (2018-04-03)
2266
+
2267
+ ### MultiSelect
2268
+
2269
+ #### Bug Fixes
2270
+
2271
+ - Chip width is longer than the input wrapper when the custom longer text selected, issue has been fixed.
2272
+
2273
+ ## 16.1.30 (2018-03-20)
2274
+
2275
+ ### MultiSelect
2276
+
2277
+ #### Bug Fixes
2278
+
2279
+ - custom value maintained while disabled `closePopupOnSelect`, this issue has been fixed.
2280
+
2281
+ ### DropDownList
2282
+
2283
+ #### Bug Fixes
2284
+
2285
+ - Dynamic value change support for `showClearButton`.
2286
+
2287
+ ## 16.1.29 (2018-03-13)
2288
+
2289
+ ### MultiSelect
2290
+
2291
+ #### Bug Fixes
2292
+
2293
+ - Change event not trigger while remove chip in keyboard, this issue has been fixed.
2294
+
2295
+ ### AutoComplete
2296
+
2297
+ #### Bug Fixes
2298
+
2299
+ - Initial value not set while using remote data in autocomplete issue has been fixed.
2300
+
2301
+ ## 16.1.28 (2018-03-09)
2302
+
2303
+ ### MultiSelect
2304
+
2305
+ #### Bug Fixes
2306
+
2307
+ - Text property not working properly while selected text, this issue has been fixed.
2308
+
2309
+ ### DropDownList
2310
+
2311
+ #### Bug Fixes
2312
+
2313
+ - Filtering with Template issue has been fixed in DropDownList and ComboBox.
2314
+
2315
+ ### ComboBox
2316
+
2317
+ #### Bug Fixes
2318
+
2319
+ - Filtering with Template issue has been fixed in DropDownList and ComboBox.
2320
+
2321
+ ## 16.1.24 (2018-02-22)
2322
+
2323
+ ### AutoComplete
2324
+
2325
+ #### Breaking Changes
2326
+
2327
+ - Changed the filtering event argument types to `FilteringEventArgs`.
2328
+
2329
+ ### Common
2330
+
2331
+ #### Breaking Changes
2332
+
2333
+ - Locale key changed from `dropdownlist` to `dropdowns`.
2334
+
2335
+ - Changed the fields property type as `FieldSettingsModel`.
2336
+
2337
+ - Changed the Angular component selector, component name prefix with `ejs` e.g : `ejs-dropdownlist`.
2338
+
2339
+ #### New Features
2340
+
2341
+ - Given in-built filtering support without using `filtering` event.
2342
+
2343
+ - Diacritics filtering works on enabling the `ignoreAccent`.
2344
+
2345
+ - Provided the `zIndex` property to set custom `zIndex` value.
2346
+
2347
+ - High contrast theme support.
2348
+
2349
+ ### MultiSelect
2350
+
2351
+ #### New Features
2352
+
2353
+ - CheckBox support.
2354
+
2355
+ - Prevent the Popup open on component click while `openOnClick` property set as false.
2356
+
2357
+ - Provided `chipSelect` event for chip selection action.
2358
+
2359
+ #### Breaking Changes
2360
+
2361
+ - Pascal casing change to mode property values (`Default`, `Box`, `Delimiter`, `CheckBox`).
2362
+
2363
+ - Changed the `maximumSelectionLength` behaviour.
2364
+
2365
+ #### Bug Fixes
2366
+
2367
+ - Value preselect not working in remote data, this issue has been fixed.
2368
+
2369
+ ### DropDownList
2370
+
2371
+ #### Bug Fixes
2372
+
2373
+ - Console error thrown while navigating the angular routing in DropDownList change event, this issue has been fixed.
2374
+
2375
+ ## 15.4.27-preview (2018-01-30)
2376
+
2377
+ ### DropDownList
2378
+
2379
+ #### Bug Fixes
2380
+
2381
+ - DropDownList value property gets as an object if selected value as 0, this issue has been fixed.
2382
+
2383
+ ## 15.4.26-preview (2018-01-23)
2384
+
2385
+ ### AutoComplete
2386
+
2387
+ #### Bug Fixes
2388
+
2389
+ - The Change event argument `isInteraction` is returned properly when clear button is clicked.
2390
+
2391
+ ### DropDownList
2392
+
2393
+ #### Bug Fixes
2394
+
2395
+ - Clear button is not visible, this issue has been fixed.
2396
+
2397
+ - Angular reactive form resetting not worked in DropDownList component, this issue has been fixed.
2398
+
2399
+ ### MultiSelect
2400
+
2401
+ #### Bug Fixes
2402
+
2403
+ - Popup does not open while component render with empty data source, this issue has been fixed.
2404
+
2405
+ ## 15.4.24-preview (2018-01-10)
2406
+
2407
+ ### MultiSelect
2408
+
2409
+ #### Breaking Changes
2410
+
2411
+ - Changed the default value of `hideSelectedItems` property as true.
2412
+
2413
+ #### Bug Fixes
2414
+
2415
+ - Custom value dose not allow while component render with empty data source, this issue has been fixed.
2416
+
2417
+ ## 15.4.23-preview (2017-12-27)
2418
+
2419
+ ### Common
2420
+
2421
+ #### New Features
2422
+
2423
+ - Added typing file for ES5 global scripts (`dist/global/index.d.ts`).
2424
+
2425
+ #### Breaking Changes
2426
+
2427
+ - Modified the module bundle file name for ES6 bundling.
2428
+
2429
+ ### DropDownList
2430
+
2431
+ #### Bug Fixes
2432
+
2433
+ - Popup repositions not worked while scroll on the fixed element, this has been fixed.
2434
+
2435
+ ### MultiSelect
2436
+
2437
+ #### Bug Fixes
2438
+
2439
+ - Popup repositions not worked while scroll on the fixed element, this has been fixed.
2440
+
2441
+ ### ComboBox
2442
+
2443
+ #### Bug Fixes
2444
+
2445
+ - Popup repositions not worked while scroll on the fixed element, this has been fixed.
2446
+
2447
+ ### AutoComplete
2448
+
2449
+ #### Bug Fixes
2450
+
2451
+ - Popup repositions not worked while scroll on the fixed element, this has been fixed.
2452
+
2453
+ ## 15.4.21-preview (2017-12-08)
2454
+
2455
+ ### MultiSelect
2456
+
2457
+ #### Bug Fixes
2458
+
2459
+ - Popup left and right collision issue fixed.
2460
+
2461
+ - MultiSelect custom value with template issue fixed.
2462
+
2463
+ ### AutoComplete
2464
+
2465
+ #### Breaking Changes
2466
+
2467
+ - Home and End key behaviour changes.
2468
+
2469
+ ### ComboBox
2470
+
2471
+ #### Breaking Changes
2472
+
2473
+ - Home and End key behaviour changes.
2474
+
2475
+ ## 15.4.20-preview (2017-12-01)
2476
+
2477
+ ### Common
2478
+
2479
+ #### New Features
2480
+
2481
+ - Upgraded TypeScript version to 2.6.2.
2482
+
2483
+ ### DropDownList
2484
+
2485
+ #### Bug Fixes
2486
+
2487
+ - DropDownList component value cleared while change the value through react setState method issue fixed.
2488
+
2489
+ - Empty string value not selected in DropDownList issue fixed.
2490
+
2491
+ ## 15.4.19-preview (2017-11-23)
2492
+
2493
+ ### AutoComplete
2494
+
2495
+ #### Bug Fixes
2496
+
2497
+ - When we Change the data source the value is empty issue fixed.
2498
+
2499
+ ### DropDownList
2500
+
2501
+ #### Bug Fixes
2502
+
2503
+ - Expected is 'Object' instead of 'object' issue fixed.
2504
+
2505
+ ## 15.4.17-preview (2017-11-13)
2506
+
2507
+ ### MultiSelect
2508
+
2509
+ 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
2510
+
2511
+ - **Data binding** - Allows to bind and access the list of items from the local or server-side data source.
2512
+
2513
+ - **Grouping** - Supports grouping the logically related items under single or specific category.
2514
+
2515
+ - **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
2516
+
2517
+ - **Sorting** - Supports sorting of list items in an alphabetical order (either ascending or descending).
2518
+
2519
+ - **Filtering** - Allow filtering the list items based on a character typed in component.
2520
+
2521
+ - **Custom Value** - Allows user to select a new custom value.
2522
+
2523
+ - **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.
2524
+
2525
+ ### ComboBox
2526
+
2527
+ 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
2528
+
2529
+ - **Data binding** - Allows binding and accessing the list of items from local or server-side data source.
2530
+
2531
+ - **Custom values** - Allows setting user-defined values that is not in the popup list.
2532
+
2533
+ - **Grouping** - Supports grouping of logically related items under a single or specific category.
2534
+
2535
+ - **Sorting** - Supports sorting of list items in an alphabetical order (either ascending or descending).
2536
+
2537
+ - **Filtering** - Allows filtering of list items based on a character typed in the component.
2538
+
2539
+ - **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
2540
+
2541
+ - **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.
2542
+
2543
+ ### AutoComplete
2544
+
2545
+ AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one. The available key features are
2546
+
2547
+ - **Data binding** - Allows binding and accessing the list of items from local or server-side data source.
2548
+
2549
+ - **Grouping** - Supports grouping of logically related items under a single or specific category.
2550
+
2551
+ - **Sorting** - Supports sorting of list items in an alphabetical order (either ascending or descending).
2552
+
2553
+ - **Highlight search** - Supports highlighting the typed text in the suggestion list.
2554
+
2555
+ - **Templates** - Allows customizing the list item, header, footer, category group header, no records and action failure content.
2556
+
2557
+ - **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.
2558
+
2559
+ ### DropDownList
2560
+
2561
+ 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
2562
+
2563
+ - **Data binding** - Allows to bind and access the list of items from the local or server-side data source.
2564
+
2565
+ - **Grouping** - Supports grouping the logically related items under single or specific category.
2566
+
2567
+ - **Sorting** - Supports sorting of list items in an alphabetical order (either ascending or descending).
2568
+
2569
+ - **Filtering** - Allow filtering the list items based on a character typed onto the search box.
2570
+
2571
+ - **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
2572
+
2573
+ - **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.## 33.1.44 (2026-03-16)
2574
+
2575
+ ### ComboBox
2576
+
2577
+ #### Bug Fixes
2578
+
2579
+ - `#I811858` - Fixed an issue where the span element was removed during dynamic placeholder updates, affecting the label structure.
2580
+
2581
+ ## 29.1.33 (2025-03-25)
2582
+
2583
+ ### Mention
2584
+
2585
+ #### New Features
2586
+
2587
+ - `#I645793` - Now, the Mention component supports triggering the suggestion popup without requiring a leading space. When `requireLeadingSpace` is set to false, the popup appears as the mention character is typed continuously, enhancing flexibility in user input. By default, the suggestion popup appears only when there is a leading space before typing the mention character.
2588
+
2589
+ ## 19.4.38 (2021-12-17)
2590
+
2591
+ ### ComboBox
2592
+
2593
+ #### Bug Fixes
2594
+
2595
+ - `#I347955` - Issue with "custom value is not updated to the input while typing the custom value and pressing the enter key" has been resolved.
2596
+
2597
+ ## 19.2.57 (2021-08-24)
2598
+
2599
+ ### MultiSelect
2600
+
2601
+ #### Bug Fixes
2602
+
2603
+ - `#I338226` - Issue with "popup does not shows the list items when click on the input before data gets fetch" has been resolved.
2604
+
2605
+ ## 19.2.46 (2021-07-06)
2606
+
2607
+ ### DropDownList
2608
+
2609
+ #### Bug Fixes
2610
+
2611
+ - `#I332596` - Issue with "incremental search not working when searching same key value multiple time" has been resolved.
2612
+
2613
+ ### MultiSelect
2614
+
2615
+ #### Bug Fixes
2616
+
2617
+ - `#F165832` - Issue with "dynamically updated value is not cleared while clearing the value using clear icon" has been resolved.
2618
+
2619
+ ## 19.1.67 (2021-06-08)
2620
+
2621
+ ### MultiSelect
2622
+
2623
+ #### Bug Fixes
2624
+
2625
+ - `#I329663` - Issue with "width is not applied to the fixed header element while scrolling the popup items" has been resolved.
2626
+
2627
+ ## 19.1.64 (2021-05-19)
2628
+
2629
+ ### DropDownList
2630
+
2631
+ #### Bug Fixes
2632
+
2633
+ - `#I323861` - Issue with "popup does not shows the proper list items on filtering dropdown while closing the popup before data gets fetched and open the popup again" has been resolved.
2634
+
2635
+ ## 19.1.58 (2021-04-27)
2636
+
2637
+ ### MultiSelect
2638
+
2639
+ #### Bug Fixes
2640
+
2641
+ - `#I323805` - Issue with "pasted content is partially visible in the input element while pasting long text content" has been resolved.
2642
+
2643
+ ## 19.1.55 (2021-04-06)
2644
+
2645
+ ### ComboBox
2646
+
2647
+ #### Bug Fixes
2648
+
2649
+ - `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
2650
+
2651
+ ## 18.4.42 (2021-02-09)
2652
+
2653
+ ### ComboBox
2654
+
2655
+ #### Bug Fixes
2656
+
2657
+ - `#311416` - Issue with "form value is not updated while clicking clear icon after patching the value" has been resolved.
2658
+
2659
+ ## 18.4.41 (2021-02-02)
2660
+
2661
+ ### MultiSelect
2662
+
2663
+ #### Bug Fixes
2664
+
2665
+ - `#311499` - Issue with "console error is thrown in the filtering and custom value multiselect while choosing existing value" has been resolved.
2666
+
2667
+ ## 18.4.30 (2020-12-17)
2668
+
2669
+ ### DropDownList
2670
+
2671
+ #### Bug Fixes
2672
+
2673
+ - `#304890`, `#304801` - Issue with "`model value` is not updated inside form while changing the value at first time" has been resolved.
2674
+
2675
+ ### MultiSelect
2676
+
2677
+ #### Bug Fixes
2678
+
2679
+ - `#304890`, `#304801` - Issue with "`model value` is not updated inside form while changing the value at first time" has been resolved.
2680
+
2681
+ ## 18.3.53 (2020-12-08)
2682
+
2683
+ ### DropDownList
2684
+
2685
+ #### Bug Fixes
2686
+
2687
+ - `#F159477` - Issue with "highlight search is not working properly when using item template with filter type as `StartsWith` and `EndsWith` in dropdownlist" has been resolved.
2688
+
2689
+ ### MultiSelect
2690
+
2691
+ #### Bug Fixes
2692
+
2693
+ - `#F159477` - Issue with "highlight search is not working properly when using item template with filter type as `StartsWith` and `EndsWith` in multiselect" has been resolved.
2694
+
2695
+ - `#304185` - Issue with "SelectAll checkbox is not displayed while changing the data source dynamically" has been resolved.
2696
+
2697
+ - `#303760` - Issue with "popup is displayed with two scrollbar in the bootstrap theme while resizing the browser window" has been resolved.
2698
+
2699
+ ### AutoComplete
2700
+
2701
+ #### Bug Fixes
2702
+
2703
+ - `#F159477` - Issue with "highlight search is not working properly when using item template with filter type as `StartsWith` and `EndsWith` in autocomplete" has been resolved.
2704
+
2705
+ ### ComboBox
2706
+
2707
+ #### Bug Fixes
2708
+
2709
+ - `#F159477` - Issue with "highlight search is not working properly when using item template with filter type as `StartsWith` and `EndsWith` in combobox" has been resolved.
2710
+
2711
+ ## 18.3.51 (2020-11-24)
2712
+
2713
+ ### AutoComplete
2714
+
2715
+ #### Bug Fixes
2716
+
2717
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
2718
+
2719
+ #### Breaking Changes
2720
+
2721
+ - While setting the autocomplete value programmatically, the `change` event will not trigger.
2722
+
2723
+ ### ComboBox
2724
+
2725
+ #### Bug Fixes
2726
+
2727
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
2728
+
2729
+ #### Breaking Changes
2730
+
2731
+ - While setting the combobox value programmatically, the `change` event will not trigger.
2732
+
2733
+ ### DropDownList
2734
+
2735
+ #### Bug Fixes
2736
+
2737
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
2738
+
2739
+ #### Breaking Changes
2740
+
2741
+ - While setting the dropdownlist value programmatically, the `change` event will not trigger.
2742
+
2743
+ ### MultiSelect
2744
+
2745
+ #### Bug Fixes
2746
+
2747
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
2748
+
2749
+ #### Breaking Changes
2750
+
2751
+ - While setting the multiselect value programmatically, the `change` event will not trigger.
2752
+
2753
+ ## 18.3.48 (2020-11-11)
2754
+
2755
+ ### MultiSelect
2756
+
2757
+ #### Bug Fixes
2758
+
2759
+ - `#298297` - Now, proper selected item count is updated in the remaining template.
2760
+
2761
+ ## 18.2.57 (2020-09-08)
2762
+
2763
+ ### ComboBox
2764
+
2765
+ #### Bug Fixes
2766
+
2767
+ - `#288033` - Issue with "value is not set to the component when assign the respective ID to the value property" has been resolved.
2768
+
2769
+ ## 18.2.55 (2020-08-25)
2770
+
2771
+ ### Multiselect
2772
+
2773
+ #### Bug Fixes
2774
+
2775
+ - `#285661` - Issue with "maximum call stack size exceeded issue raised when enable filtering and custom value in the Multiselect" has been resolved.
2776
+
2777
+ ## 18.2.45 (2020-07-14)
2778
+
2779
+ ### MultiSelect
2780
+
2781
+ #### Bug Fixes
2782
+
2783
+ - `#283346` - Issue with "chip content is not displayed in bootstrap4 theme when disable the control" has been resolved.
2784
+
2785
+ ## 18.1.54 (2020-05-26)
2786
+
2787
+ ### MultiSelect
2788
+
2789
+ #### Bug Fixes
2790
+
2791
+ - `#274970` - Issue with "popup values are not updated when change the query dynamically" has been resolved.
2792
+
2793
+ ## 18.1.45 (2020-04-21)
2794
+
2795
+ ### AutoComplete
2796
+
2797
+ #### Bug Fixes
2798
+
2799
+ - `#269229` - Now, you can use highlight API along with ng-template.
2800
+
2801
+ ## 18.1.44 (2020-04-14)
2802
+
2803
+ ### MultiSelect
2804
+
2805
+ #### Bug Fixes
2806
+
2807
+ - Now, getDataByValue method return the valid items in the change event.
2808
+
2809
+ ## 17.3.27 (2019-11-12)
2810
+
2811
+ ### ComboBox
2812
+
2813
+ #### Bug Fixes
2814
+
2815
+ - `#227938` - Now, item template works properly when enable the filtering.
2816
+
2817
+ ### MultiSelect
2818
+
2819
+ #### Bug Fixes
2820
+
2821
+ - `#F148696` - Issue with "`return arrow button` doesn't appear at the top in mobile mode" has been resolved.
2822
+