• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • 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

ToggleButtonTabStopDirective

Includes the button that toggles the Popup in the tab sequence when applied to a SplitButton, ComboBox, MultiComboBox, DatePicker, TimePicker, and DateTimePicker component.

_@Component({
selector: 'my-app',
template: `
 <kendo-combobox [data]="data"
     kendoToggleButtonTabStop>
 </kendo-combobox>
 
 <kendo-datepicker [(ngModel)]="value"
     kendoToggleButtonTabStop>
 </kendo-datepicker>
`
})
class AppComponent {}
NameTypeDefaultDescription

toggleButtonAriaLabel

string

"toggle popup"

Defines the value of the aria-label attribute of the toggle button when active.

In this article

Not finding the help you need?