We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c174ac commit d8569dbCopy full SHA for d8569db
packages/components/select/select.component.ts
@@ -627,7 +627,6 @@ export class KbqSelect
627
628
if (this.disabled) return KbqComponentColors.Empty;
629
630
- // @TODO fix disabled state color (#DS-4574)
631
return (hasLegacyValidateDirective && this.ngControl?.invalid) || this.errorState
632
? KbqComponentColors.Error
633
: KbqComponentColors.ContrastFade;
0 commit comments