Skip to content

Commit

Permalink
docs(tag): ajusta propriedade p-click
Browse files Browse the repository at this point in the history
Ajusta informação de propriedade `p-click`

Fixes DTHFUI-7938
  • Loading branch information
jnrpalma committed Jan 4, 2024
1 parent 43f3186 commit 51c7eb5
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,13 @@ export class PoTagBaseComponent {
@Input('p-value') value: string;

/**
* @deprecated 16.x.x
*
* @optional
*
* @description
*
* **Deprecated 16.x.x**.
*
* > Por regras de acessibilidade a tag não terá mais evento de click. Indicamos o uso do `Po-button` ou `Po-link`
* caso deseje esse comportamento.
*
* 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.
*
* O evento de click só funciona se a tag não for removível.
*/
@Output('p-click') click: EventEmitter<any> = new EventEmitter<PoTagItem>();

Expand Down

0 comments on commit 51c7eb5

Please sign in to comment.