TextBoxPrefixTemplateDirective
Directive
Represents a template for prefix adornments in the TextBox component (see examples).
Definition
Package:@progress/kendo-angular-inputs
Selector:[kendoTextBoxPrefixTemplate]
Syntax:
html
<kendo-textbox>
<ng-template kendoTextBoxPrefixTemplate>
<button kendoButton icon="image"></button>
</ng-template>
</kendo-textbox>
Inputs
showSeparator
boolean
Determines whether a separator is shown after the prefix template.
Default:
false