• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UI
    • Data Query
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Ganttupdated
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGrid
    • Popup
    • ProgressBars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetnew
    • ToolBar
    • Tooltips
    • TreeListupdated
    • TreeViewupdated
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
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).

@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

In this article

Not finding the help you need?