New to Kendo UI for Angular? Start a free 30-day trial
TextBoxPrefixTemplateDirective
Represents a template for prefix adornments in the TextBox component (see examples).
html
<kendo-textbox>
<ng-template kendoTextBoxPrefixTemplate>
<button kendoButton icon="image"></button>
</ng-template>
</kendo-textbox>
Selector
[kendoTextBoxPrefixTemplate]
Inputs
Name | Type | Default | Description |
---|---|---|---|
showSeparator |
|
|
Determines whether a separator is shown after the prefix template. |