Skip to content

Commit

Permalink
feat(rich-text): impede envio de dados ao escolher cor
Browse files Browse the repository at this point in the history
Impede formulário de ser submetido ao clicar no botão de seleção de cores

Fixes DTHFUI-7755
  • Loading branch information
anliben committed Oct 27, 2023
1 parent 13057cb commit 2e82201
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<div *ngIf="!isInternetExplorer" class="po-rich-text-toolbar-button-align" data-rich-text-toolbar="color">
<div class="po-rich-text-toolbar-color-picker-container">
<button
type="button"
class="po-button po-button-default po-rich-text-toolbar-color-picker-button"
[disabled]="readonly"
[p-tooltip]="literals.textColor"
Expand Down

0 comments on commit 2e82201

Please sign in to comment.