@syncfusion/ej2-dropdowns 23.2.7 → 24.1.41-566987

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