FlowFuse / node-red-dashboard

https://dashboard.flowfuse.com
Apache License 2.0
181 stars 45 forks source link

Widget: Number Input #41

Closed joepavitt closed 2 weeks ago

joepavitt commented 1 year ago

Description

Screenshot 2023-06-23 at 21 31 29

Called a "numeric" in the existing Dashboard 1.0. Would be similar to #38, but provide up/down arrows in the UI to modify the value.

Properties

Existing Dashboard 1.0 Properties:

Screenshot 2023-06-23 at 21 29 56

Events

Controls

Existing Examples

Would require a custom built piece of HTML/JS

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

joepavitt commented 1 year ago

75 includes the text input widget, which itself has a "number" mode. In Dashboard 1.0 however, the numeric was considered a different wigdet, and so we should be consistent here.

m-schaeffler commented 5 months ago

75 includes the text input widget, which itself has a "number" mode. In Dashboard 1.0 however, the numeric was considered a different wigdet, and so we should be consistent here.

From my point of view the numeric would no longer be necessary, if the text-input would get the missing features:

joepavitt commented 5 months ago

Thanks for the input @m-schaeffler - Having seen a lot of industrial Dashboards over the past few months ,I think I'm being persuaded more and more than a ui-numeric should be included as a standalone widget. It is very popular in industry, and has distinct layout/options difference from ui-text-input