@syncfusion/ej2-angular-dropdowns 20.2.45 → 20.2.46-ngcc

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