@syncfusion/ej2-dropdowns 24.1.46 → 24.1.47
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.
- package/CHANGELOG.md +14 -0
- package/dist/ej2-dropdowns.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +48 -27
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +48 -27
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/src/drop-down-base/drop-down-base.js +26 -20
- package/src/list-box/list-box.js +13 -0
- package/src/mention/mention.js +6 -6
- package/src/multi-select/multi-select.js +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### ListBox
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I514409` - Issue with "Filtering focus not removed in listbox while clearing and click anywhere" has been resolved.
|
|
10
|
+
|
|
11
|
+
### ComboBox
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I531844` - Fixed issue where custom value could not be added to combobox when dataSource is empty.
|
|
16
|
+
|
|
17
|
+
## 24.1.46 (2024-01-17)
|
|
18
|
+
|
|
5
19
|
### DropDownTree
|
|
6
20
|
|
|
7
21
|
#### Bug Fixes
|