wv-field-password
Purpose
<wv-field-password/>
. Provides the ability to render the password field type of an Erp Entity.
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 |
---|---|
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 |
value |
object type: default value: is required: The string value will never be presented or submitted to the server, event though the passwords are always stored encrypted within the database. It will present six star symbols instead when needed. |
Example
<wv-field-password value="@value"></wv-field-password>