diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a30a526..f6132a63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -### 2.23.1: Maintenance Release +### 2.23.2: Maintenance Release + +**Fixes** + + - Fix dropdown to correct return values not labels + + ### 2.23.1: Maintenance Release **Fixes** diff --git a/dist/dashboard.appcache b/dist/dashboard.appcache index 7c6f6cc4..cb89869d 100644 --- a/dist/dashboard.appcache +++ b/dist/dashboard.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# Time: Fri Aug 07 2020 14:44:32 GMT+0100 (British Summer Time) +# Time: Fri Aug 07 2020 15:58:17 GMT+0100 (British Summer Time) CACHE: i18n.js diff --git a/nodes/ui_dropdown.js b/nodes/ui_dropdown.js index df8b0c61..e66e6be7 100644 --- a/nodes/ui_dropdown.js +++ b/nodes/ui_dropdown.js @@ -126,10 +126,10 @@ module.exports = function(RED) { var val = node.multiple ? [] : ""; for (var i=0; i