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

TextBoxSuffixTemplateDirective

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

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

Selector

[kendoTextBoxSuffixTemplate]

Inputs

NameTypeDefaultDescription

showSeparator

boolean

false

Sets the showSeparator attribute of the kendoTextBoxSuffixTemplate.

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