Skip to content

Commit

Permalink
feat(html/mat-menu): custom panelClass
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Balet committed Jul 18, 2024
1 parent 1af849d commit 9d393c0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@

<mat-menu
#menu="matMenu"
class="ngx-mat-input-tel-mat-menu-panel"
backdropClass="ngx-mat-input-tel-overlay-backdrop"
overlayPanelClass="ngx-mat-input-tel-overlay-pane"
class="ngx-mat-input-tel-overlay-pane"
[backdropClass]="'ngx-mat-input-tel-overlay-backdrop'"
>
<input
#menuSearchInput
Expand Down

0 comments on commit 9d393c0

Please sign in to comment.