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

InputSeparatorComponent

Specifies a separator in the content of components like the TextArea and the TextBox. (see examples).

ts
@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

Inputs

NameTypeDefaultDescription

orientation

SeparatorOrientation

'vertical'

Specifies the orientation of the separator. Applicable for the adornments of the TextAreaComponent.

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