InputSeparatorComponent
Component
Represents a separator in the content of components like TextArea and TextBox. (see examples).
Definition
Package:@progress/kendo-angular-inputs
Selector:kendo-input-separator, kendo-textbox-separator
Syntax:
html
<kendo-textbox>
<ng-template kendoTextBoxSuffixTemplate>
<kendo-input-separator></kendo-input-separator>
<button kendoButton icon="image"></button>
</ng-template>
</kendo-textbox>
Inputs
Sets the orientation of the separator. Use this for the adornments of the TextAreaComponent.
Default:
'vertical'