A number field allows data entry by entering number.
Input numbers have a value, and users can show or use the value of an input text in the project.
They have some initial styles and you can change them what you want.
Input numbers have some properties as you see in the image below.
Value is the value of the input number. You can enter a value it, but users cannot change the value of it. Value of input number can be only number.
Label is the text that above of the input number.
Hint is the text that below of the input number.
Placeholder specifies a short hint that describes the expected value of an input number.
Min value specifies minimum value of the input number.
Max value specifies maximum value of the input number.
Disabled makes the input text unchangeable.
Format makes your value formatted as you see in the below image.
Min Fraction Digits specifies minumum fraction digits of the value.
Max Fraction Digits specifies maximum fraction digits of the value.