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.
ts
_@Component({
selector: 'my-app',
template: `
<kendo-combobox [data]="data"
kendoToggleButtonTabStop>
</kendo-combobox>
<kendo-datepicker [(ngModel)]="value"
kendoToggleButtonTabStop>
</kendo-datepicker>
`
})
class AppComponent {}
Name | Type | Default | Description |
---|---|---|---|
toggleButtonAriaLabel |
|
|
Defines the value of the |