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

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

ts
_@Component({
selector: 'my-app',
template: `
 <kendo-combobox [data]="data"
     kendoToggleButtonTabStop>
 </kendo-combobox>

 <kendo-datepicker [(ngModel)]="value"
     kendoToggleButtonTabStop>
 </kendo-datepicker>
`
})
class AppComponent {}

Definition

Package:@progress/kendo-angular-dropdowns

Selector:[kendoToggleButtonTabStop]

Inputs

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

Default:

'toggle popup'

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