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

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

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, 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.

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

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.

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.

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