New to Kendo UI for Angular? Start a free 30-day trial
TextBoxPrefixTemplateDirective
Specifies the adornments in the prefix container (see examples).
@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]