node-red-dashboard icon indicating copy to clipboard operation
node-red-dashboard copied to clipboard

Text input as timekeeper not showed

Open robertobuti opened this issue 1 year ago • 0 comments

I'm using text input node as timekeeper, once the value has been injected is not showed, is showed only after a page refresh. Tested on many different browser. immagine

immagine

[ { "id": "23310c1bba3d8313", "type": "tab", "label": "Flow 3", "disabled": false, "info": "", "env": [] }, { "id": "b66797468a67cb4c", "type": "inject", "z": "23310c1bba3d8313", "name": "", "props": [ { "p": "payload" }, { "p": "topic", "vt": "str" } ], "repeat": "", "crontab": "", "once": true, "onceDelay": 0.1, "topic": "", "payload": "600", "payloadType": "num", "x": 290, "y": 640, "wires": [ [ "f36f7029d193716a" ] ] }, { "id": "f36f7029d193716a", "type": "change", "z": "23310c1bba3d8313", "name": "", "rules": [ { "t": "set", "p": "payload", "pt": "msg", "to": "$$.payload * 60000", "tot": "jsonata" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 480, "y": 640, "wires": [ [ "08314625ecfc11b3", "8812b27448d640b5" ] ] }, { "id": "08314625ecfc11b3", "type": "ui_text_input", "z": "23310c1bba3d8313", "name": "Ton", "label": "Start at : ", "tooltip": "", "group": "4f791fdc1745d3d9", "order": 17, "width": 0, "height": 0, "passthru": false, "mode": "time", "delay": "500", "topic": "topic", "sendOnBlur": false, "className": "", "topicType": "msg", "x": 690, "y": 640, "wires": [ [] ] }, { "id": "8812b27448d640b5", "type": "ui_text_input", "z": "23310c1bba3d8313", "name": "Ton", "label": "Start at : ", "tooltip": "", "group": "4f791fdc1745d3d9", "order": 17, "width": 0, "height": 0, "passthru": false, "mode": "number", "delay": "500", "topic": "topic", "sendOnBlur": false, "className": "", "topicType": "msg", "x": 690, "y": 560, "wires": [ [] ] }, { "id": "4f791fdc1745d3d9", "type": "ui_group", "name": "micro", "tab": "c954274bbed7292e", "order": 1, "disp": false, "width": "18", "collapse": false, "className": "" }, { "id": "c954274bbed7292e", "type": "ui_tab", "name": "Solar", "icon": "dashboard", "order": 1, "disabled": false, "hidden": false } ]

What are the steps to reproduce?

  1. run the flow
  2. inject the value 3 open the page / ui

What happens?

text input as timekeeper is not showed tex input as numeric is showed

What do you expect to happen?

text input as timekeeper is showed

Please tell us about your environment:

  • [ ] 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

robertobuti avatar Mar 09 '24 10:03 robertobuti