wv-field-text

Purpose

<wv-field-text/>. Provides the ability to render the text field type of an Erp Entity. Can be used to render other text 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: int?

default value: NULL

is required: FALSE

If present, will be set as a maxlength attribute of the field's input

Example

<wv-field-text value="@value"></wv-field-text>