Skip to content

Commit dc7de9a

Browse files
author
Dave Conway-Jones
committed
Fix dropdown handling of mixed string and number types
to close #748
1 parent a085ea7 commit dc7de9a

File tree

5 files changed

+107
-102
lines changed

5 files changed

+107
-102
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11

2+
### 3.1.5: Maintenance Release
3+
4+
**Fixes**
5+
6+
- Fix dropdown multiselect to search on labels and handle upper/lower case. Issue #749
7+
- Fix dropdown multiselect to not exit on mixed string and numerics. Issue #748
8+
29
### 3.1.4: Maintenance Release
310

411
**Fixes**
512

613
- Fix colorpicker swatch overlapping colorpicker dial. Issue #746
7-
- Let multiselect dropdown "select all" only select those in search. Issue #747
14+
- Let dropdown multiselect "select all" only select those in search. Issue #747
815

916
### 3.1.3: Maintenance Release
1017

1118
**Fixes**
1219

1320
- Remove main entry from package.json. Issue #740
14-
- Let Date-picker send repeated existing values.
21+
- Let date-picker send repeated existing values.
1522
- Warn if Node.js version not 12+.
1623
- Allow ui-dropdown to accept single string for one valid option.
1724
- Fix socketid back to be in sync with reality. Issue #738

0 commit comments

Comments
 (0)