Skip to content

Commit

Permalink
fix(components/input-icon-button): icon button should be hidden in fo…
Browse files Browse the repository at this point in the history
…rms #1727 #1728
  • Loading branch information
[email protected] committed Jul 26, 2024
1 parent de9aa8c commit 4e44a0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@

color: var(--prizm-button-secondary-solid-default);
}

:host-context(.prizm-input-form-disabled) {
display: none;
}
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@
}

cursor: not-allowed;

::ng-deep {
[prizmInputIconButton] {
display: none;
}
}
}

&-inner {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
SimpleChanges,
ViewChild,
inject,
HostListener,
} from '@angular/core';
import { BehaviorSubject, EMPTY, merge, Observable, Subject, timer } from 'rxjs';
import { PrizmInputControl } from '../base/input-control.class';
Expand Down

0 comments on commit 4e44a0c

Please sign in to comment.