diff --git a/src/app/components/button/button.ts b/src/app/components/button/button.ts index 77bf3e51f62..4e95dcce8d3 100755 --- a/src/app/components/button/button.ts +++ b/src/app/components/button/button.ts @@ -443,10 +443,14 @@ export class Button implements AfterContentInit { */ @Input({ transform: booleanAttribute }) outlined: boolean = false; /** - * Add a link style to the button. + * Add a link style to the button. * @group Props */ @Input({ transform: booleanAttribute }) link: boolean = false; + /** + * Add a tabindex to the button. + * @group Props + */ @Input({ transform: numberAttribute }) tabindex: number | undefined; /** * Defines the size of the button.