SmartPasteButtonFormFieldTagHelper
Example
Razor
<form-field>
</form-field>
Attributes
| Attribute | Type | Description |
|---|---|---|
| allowed-values | String[] | An array of allowed values that restricts the AI service to only use specific values for this field. |
| description | String | A description of the form field that helps the AI service understand its purpose. |
| field | String | The name of the form field that corresponds to a form element. |
| type | String | The expected data type of the form field. |