Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text input as timekeeper not showed #832

Open
6 tasks
robertobuti opened this issue Mar 9, 2024 · 0 comments
Open
6 tasks

Text input as timekeeper not showed #832

robertobuti opened this issue Mar 9, 2024 · 0 comments

Comments

@robertobuti
Copy link

robertobuti commented Mar 9, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant