wv-field-email
Purpose
<wv-field-email/>
. Provides the ability to render the email field type of an Erp Entity. Can be used to render other email 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 |
---|---|
maxlength |
object type: default value: is required: If present, will be set as a maxlength attribute of the field's input |
Example
<wv-field-email value="@value"></wv-field-email>