New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

showSeparator

boolean

false

Determines whether a separator is shown after the prefix template.

In this article
SelectorInputs
Not finding the help you need?
Contact Support