New to Kendo UI for Angular? Start a free 30-day trial
InputSeparatorComponent
Specifies a separator in the content of components like the TextArea and the TextBox. (see examples).
@Component({
selector: 'my-app',
template: `
<kendo-textbox>
<ng-template kendoTextBoxSuffixTemplate>
<kendo-input-separator></kendo-input-separator>
<button kendoButton look="clear" icon="image"></button>
</ng-template>
</kendo-textbox>
`
})
class AppComponent {}
Selector
kendo-input-separator, kendo-textbox-separator