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).
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
Name | Type | Default | Description |
---|---|---|---|
orientation |
|
|
Specifies the orientation of the separator. Applicable for the adornments of the |