ChatMessageBoxSettingsTagHelper
Example
Razor
<message-box>
</message-box>
Attributes
| Attribute | Type | Description |
|---|---|---|
| max-text-area-height | Double | The maximum height of the textarea in pixels. When set, the textarea will stop expanding and show a scrollbar. |
| mode | String | The input mode for the message box: "single": Single-line text input; "multi": Multi-line textarea with fixed rows or "auto": Auto-expanding textarea that grows as the user types. |
| rows | Double | The initial number of visible rows when mode is "multi". |