Skip to content

Commit 61d82a6

Browse files
fix: stepper | Last tab line should not be visible
1 parent 6c3edac commit 61d82a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/primeng/src/stepper/stepper.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ export class Step extends BaseComponent<StepPassThrough> {
335335
'[attr.role]': '"tabpanel"',
336336
'[attr.aria-controls]': 'ariaControls()',
337337
'[attr.id]': 'id()',
338-
'[attr.data-p-active]': 'active()'
338+
'[attr.data-p-active]': 'active()',
339+
'[attr.data-pc-name]': '"steppanel"'
339340
},
340341
animations: [
341342
trigger('content', [

0 commit comments

Comments
 (0)