wv-field-currency
Purpose
<wv-field-currency/>
. Provides the ability to render the currency field type of an Erp Entity. Can be used to render other currency 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 |
---|---|
currency-code |
object type: default value: is required: Localization settings and display is generated based on the selected Currency Code. |
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-currency value="@value" currency-code="GBP"></wv-field-currency>