InputSpacerComponent
Component
Represents a spacer in the content of components like TextArea and TextBox.
Definition
Package:@progress/kendo-angular-inputs
Selector:kendo-input-spacer, kendo-textbox-spacer
Syntax:
html
<kendo-textbox>
<ng-template kendoTextBoxSuffixTemplate>
<kendo-input-spacer></kendo-input-spacer>
<button kendoButton icon="image"></button>
</ng-template>
</kendo-textbox>
Inputs
width
string
Specifies the width of the Input Spacer.
Accepts string values for the CSS flex-basis property.
If not set, the Input Spacer takes all available space.