AIPromptPromptTextAreaSettingsTagHelper
Example
Razor
<prompt-text-area>
<label />
</prompt-text-area>
ChildTags
Tag Name | Details |
---|---|
label | AIPromptPromptTextAreaLabelSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
fill-mode | String | Specifies the fill mode of the textarea. Available options: "solid", "outline", "flat", "none". |
input-mode | String | Specifies the input mode attribute for mobile keyboards. |
max-length | Double | Specifies the maximum number of characters allowed in the textarea. |
overflow | TextAreaOverflow | Specifies the overflow behavior. |
placeholder | String | Specifies the placeholder text for the textarea. |
resize | TextAreaResize | Specifies the resize behavior. |
rounded | Rounded | Specifies the border radius. |
rows | Double | Specifies the number of visible text lines. |
size | ComponentSize | Specifies the size. |