wv-field-number
Purpose
<wv-field-number/>
. Provides the ability to render the number field type of an Erp Entity. Can be used to render other number based form values.
Properties
Important: All <wv-field-*>
helpers inherit a "base tag helper" properties. In the following list are presented only the properties that this tag helper adds or alters. Not all base tag helper properties can be implemented by this tag helper too.
name | description |
---|---|
decimal-digits |
object type: default value: `2 is required: On how many decimal digits the rounding should be done when displaying the value |
max |
object type: default value: is required: If present, will be set as a max attribute of the field's input |
min |
object type: default value: is required: If present, will be set as a min attribute of the field's input |
step |
object type: default value: is required: If present, will be set as a step attribute of the field's input |
Example
<wv-field-number value="@value"></wv-field-number>