InputGroupLiteral

in namespace DotVVM.Bootstrap5.Controls

Extends the Literal control for usage in InputGroup.

Usage & Scenarios

A special version of the Literal control that can be used in InputGroup.

See Literal for more info on how to use this control.

https://getbootstrap.com/docs/5.2/forms/input-group/

Properties

Name Type Description Notes Default Value
property icon Text String Gets or sets a text content.
attribute
inner element
static value
bindable
default
null
property icon Visible Boolean Gets or sets whether the control is visible. When set to false, `style="display: none"` will be added to this control.
attribute
inner element
static value
bindable
default
True

HTML produced by the control