Skip to content

Commit 986a54e

Browse files
author
Dave Conway-Jones
committed
Fix datepicker to allow sending existing date
1 parent 3664561 commit 986a54e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodes/ui_date_picker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = function(RED) {
1919
tab: tab,
2020
group: group,
2121
forwardInputMessages: config.passthru,
22+
emitOnlyNewValues: false,
2223
control: {
2324
type: 'date-picker',
2425
label: config.label,

0 commit comments

Comments
 (0)