New to Kendo UI for AngularStart a free 30-day trial

TextBoxPrefixTemplateDirective

Specifies the adornments in the prefix container (see examples).

ts
@Component({
selector: 'my-app',
template: `
 <kendo-textbox>
   <ng-template kendoTextBoxPrefixTemplate>
       <button kendoButton look="clear" icon="image"></button>
   </ng-template>
 </kendo-textbox>
`
})
class AppComponent {}

Selector

[kendoTextBoxPrefixTemplate]

Inputs

NameTypeDefaultDescription

showSeparator

boolean

false

Sets the showSeparator attribute of the kendoTextBoxPrefixTemplate.

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