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