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

InputSpacerComponent

Represents a spacer in the content of components like TextArea and TextBox.

html
<kendo-textbox>
  <ng-template kendoTextBoxSuffixTemplate>
    <kendo-input-spacer></kendo-input-spacer>
    <button kendoButton icon="image"></button>
  </ng-template>
</kendo-textbox>

Selector

kendo-input-spacer, kendo-textbox-spacer

Inputs

NameTypeDefaultDescription

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.

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