Hello,
i'm using a text input node as time picker, the injected value is not show until browser is not refreshed.
Classic --:-- value is showed, also if payload has correctly injected.
Same value in text field work correctly, seem a bug on timepicker node. Does't depend from browser, but i know the same flow deployed on other machine is working.
Hard for me undesrtand where is the problem, i see in other thread this problem has already been discussed, but not clean solution has been found.
Any idea or suggestion ?
flow example :
[
{
"id": "ec49b1bb32632c24",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": "",
"env": []
},
{
"id": "ecd993825976f4d6",
"type": "inject",
"z": "ec49b1bb32632c24",
"name": "",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "28800000",
"payloadType": "num",
"x": 320,
"y": 280,
"wires": [
[
"2057ba7fd53bc7fb",
"2d4df07e83bb11e6"
]
]
},
{
"id": "2057ba7fd53bc7fb",
"type": "ui_text_input",
"z": "ec49b1bb32632c24",
"name": "",
"label": "",
"tooltip": "",
"group": "2055fca0a1055d28",
"order": 0,
"width": 0,
"height": 0,
"passthru": true,
"mode": "time",
"delay": "0",
"topic": "topic",
"sendOnBlur": true,
"className": "",
"topicType": "msg",
"x": 620,
"y": 200,
"wires": [
[]
]
},
{
"id": "2d4df07e83bb11e6",
"type": "ui_text_input",
"z": "ec49b1bb32632c24",
"name": "",
"label": "",
"tooltip": "",
"group": "2055fca0a1055d28",
"order": 0,
"width": 0,
"height": 0,
"passthru": true,
"mode": "text",
"delay": 300,
"topic": "topic",
"sendOnBlur": true,
"className": "",
"topicType": "msg",
"x": 740,
"y": 300,
"wires": [
[]
]
},
{
"id": "2055fca0a1055d28",
"type": "ui_group",
"name": "test",
"tab": "fc8f61bbb8ec28bb",
"order": 1,
"disp": true,
"width": "6",
"collapse": false,
"className": ""
},
{
"id": "fc8f61bbb8ec28bb",
"type": "ui_tab",
"name": "Home",
"icon": "dashboard",
"disabled": false,
"hidden": false
}
]
Node-RED-Dashboard version: 3.6.2
Node-RED version: 3.1.3
node.js version: 18.19.0
npm version: 10.2.3
Platform/OS: raspbian
Browser: firefox, chrome, edge, firefox mobile