# Dashboard 2.0 number input - sends msg after each digit - bug?

**URL:** https://discourse.nodered.org/t/dashboard-2-0-number-input-sends-msg-after-each-digit-bug/100135
**Category:** Dashboard
**Tags:** dashboard-2
**Created:** [10 January 2026 08:06 UTC](https://discourse.nodered.org/t/dashboard-2-0-number-input-sends-msg-after-each-digit-bug/100135 "2026-01-10T08:06:37Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Chris378](https://avatars.discourse-cdn.com/v4/letter/c/e99b99/32.png) [@Chris378](https://discourse.nodered.org/u/Chris378)
#### Post date: [10 January 2026 08:06 UTC](https://discourse.nodered.org/t/dashboard-2-0-number-input-sends-msg-after-each-digit-bug/100135/1 "2026-01-10T08:06:37Z")

</div>

Dear All

I just found out that the number input node sends a message after each digit, not only after leaving focus or pressing enter, though they are ticked. In the old Dashboard there were a delay option.  
Is that normal or a bug? If this is normal can it be changed somehow?

Thanks

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [10 January 2026 09:44 UTC](https://discourse.nodered.org/t/dashboard-2-0-number-input-sends-msg-after-each-digit-bug/100135/2 "2026-01-10T09:44:04Z")

</div>

You are right. It needs a Send after Delay option. This is a serious deficiency in the node as it effectively makes the node useless for entering anything other than single digit numbers. I have submitted a [feature request](https://github.com/FlowFuse/node-red-dashboard/issues/1999), but I think there is little manpower available for working on the dashboard so it may be some time before it is addressed.

In the meantime a workaround is to add a trigger node after the input node, configured as below, which achieves the same effect as Send after Delay, except that it also delays the messages sent on focus leave or Enter.

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/e/7/e712dd2e4cac868546c61a5d55951c399b33dbd8.png)

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [11 January 2026 14:53 UTC](https://discourse.nodered.org/t/dashboard-2-0-number-input-sends-msg-after-each-digit-bug/100135/3 "2026-01-11T14:53:02Z")

</div>

In fact I think a fix will be in the next dashboard release.

---

<div class="post-metadata">

### Author: ![jbudd](https://avatars.discourse-cdn.com/v4/letter/j/5f8ce5/32.png) [@jbudd](https://discourse.nodered.org/u/jbudd)
#### Post date: [11 January 2026 15:15 UTC](https://discourse.nodered.org/t/dashboard-2-0-number-input-sends-msg-after-each-digit-bug/100135/4 "2026-01-11T15:15:40Z")

</div>

Seems a bit odd too that if you specify a range eg `0 to 10 step 2`, the node will happily accept `7`, but it will convert `-7` to `0` and `42` to `10`

It seems to output twice, once when you enter a digit and again when you change cursor focus.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [13 January 2026 09:32 UTC](https://discourse.nodered.org/t/dashboard-2-0-number-input-sends-msg-after-each-digit-bug/100135/5 "2026-01-13T09:32:40Z")

</div>

> [@jbudd](#):
>
> It seems to output twice, once when you enter a digit and again when you change cursor focus.

Yes, that is what the issue I posted addresses. It adds a Send on Delay option to bring it into line with the text input node.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [30 January 2026 11:46 UTC](https://discourse.nodered.org/t/dashboard-2-0-number-input-sends-msg-after-each-digit-bug/100135/6 "2026-01-30T11:46:19Z")

</div>

This has been fixed in the dashboard version 1.30.2 by adding the Delay option.

---

<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: [1 March 2026 11:46 UTC](https://discourse.nodered.org/t/dashboard-2-0-number-input-sends-msg-after-each-digit-bug/100135/7 "2026-03-01T11:46:23Z")

</div>

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