wv-field-select
Purpose
<wv-field-select/>
. Works quite similar as the <wv-field-radio-list/>
tag helper, but uses radio list instead of a dropdown. Provides the ability to render the select / dropdown 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 |
---|---|
options |
object type: default value: is required: The text presented as checkbox label in forms and also as checkbox value in Simple mode, when checked. |
value |
object type: default value: is required: Expects the value to be parsed as |
Example
<wv-field-select value="@value" options="@options"></wv-field-select>