Extends IFormValueComponent with properties for rendering input groups.
| Name | Type | Description |
|---|---|---|
| InputGroupCssClass | string |
Custom CSS class to be rendered with the input-group span. |
| InputGroupEndTemplate | RenderFragment |
Input-group at the end of the input. |
| InputGroupEndText | string |
Input-group-text at the end of the input.
In comparison to InputGroupEndTemplate, this property is rendered as .input-group-text. |
| InputGroupStartTemplate | RenderFragment |
Input-group at the beginning of the input. |
| InputGroupStartText | string |
Input-group-text at the beginning of the input.
In comparison to InputGroupStartTemplate, this property is rendered as .input-group-text. |