Skip to content

Commit

Permalink
Fixed #14941 - ColorPicker | Form elements must have labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Mar 5, 2024
1 parent 90830b2 commit d603490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/colorpicker/colorpicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const COLORPICKER_VALUE_ACCESSOR: any = {
[attr.id]="inputId"
[style.backgroundColor]="inputBgColor"
[attr.data-pc-section]="'input'"
aria-label="Choose a color"
/>
<div
*ngIf="inline || overlayVisible"
Expand Down

0 comments on commit d603490

Please sign in to comment.