Skip to content

Commit 807c383

Browse files
jnrpalmaalinelariguet
authored andcommitted
docs(tag): ajusta propriedade p-click
Ajusta informação de propriedade `p-click` Fixes DTHFUI-7938
1 parent e8ab1a7 commit 807c383

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

projects/ui/src/lib/components/po-tag/po-tag-base.component.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,13 @@ export class PoTagBaseComponent {
7777
@Input('p-value') value: string;
7878

7979
/**
80-
* @deprecated 16.x.x
81-
*
8280
* @optional
8381
*
8482
* @description
8583
*
86-
* **Deprecated 16.x.x**.
87-
*
88-
* > Por regras de acessibilidade a tag não terá mais evento de click. Indicamos o uso do `Po-button` ou `Po-link`
89-
* caso deseje esse comportamento.
90-
*
9184
* Ação que será executada ao clicar sobre o `po-tag` e que receberá como parâmetro um objeto contendo o seu valor e tipo.
85+
*
86+
* O evento de click só funciona se a tag não for removível.
9287
*/
9388
@Output('p-click') click: EventEmitter<any> = new EventEmitter<PoTagItem>();
9489

0 commit comments

Comments
 (0)