# Numeric Input

![](https://1551505950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mkaq90Au3F8Kz0qIFzO%2Fuploads%2Fgit-blob-e7b12ff108a7074719d1ccd23adcf0adc3efa823%2Fnumeric.gif?alt=media)

The user can set the value between the limits (**min** and **max**). Each value change will generate a `msg.payload`.

If **Topic** is specified, it will be added as `msg.topic`.

Any input messages will be converted to a number, the **min** value will be used if conversion fails, and it will update the user interface. If the value changes, it will also be passed to the output.

The **Value Format** field can be used to change the displayed format. For example, a **Value Format** of `{{value}} %` with a value of **23** will show **23 %** on the user interface. The **Value Format** field can contain HTML or Angular filters to format the output (eg: `&deg;` will show the degree symbol).

Setting the Value Format field to `{{msg.payload}}` will make the input field editable so you can type in a number.

The label can also be set by a message property by setting the field to the name of the property, for example `{{msg.topic}}`.

Setting `msg.enabled` to `false` will disable the widget output.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://maya-admin.gitbook.io/building-skills/product/node-library/dashboard/numeric-input.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
