# Text input time picker not showing time in dashboard until refreshed

**URL:** https://discourse.nodered.org/t/text-input-time-picker-not-showing-time-in-dashboard-until-refreshed/86998
**Category:** General
**Tags:** node-red-dashboard
**Created:** [4 April 2024 10:07 UTC](https://discourse.nodered.org/t/text-input-time-picker-not-showing-time-in-dashboard-until-refreshed/86998 "2024-04-04T10:07:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![robertobuti](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/robertobuti/32/81936_2.png) [@robertobuti](https://discourse.nodered.org/u/robertobuti)
#### Post date: [4 April 2024 10:07 UTC](https://discourse.nodered.org/t/text-input-time-picker-not-showing-time-in-dashboard-until-refreshed/86998/1 "2024-04-04T10:07:54Z")

</div>

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 ?

 ![immagine](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/1/6/16bdc4096da08c792ac113507a242dc80f1ba59c.png)

flow example :

```auto
[
    {
        "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

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [3 July 2024 10:08 UTC](https://discourse.nodered.org/t/text-input-time-picker-not-showing-time-in-dashboard-until-refreshed/86998/2 "2024-07-03T10:08:11Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
