Skip to content

Commit

Permalink
fix(legacy): Select fix hydration (#9433)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Oct 10, 2024
1 parent 08cea0a commit 7f597a6
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions projects/legacy/components/select/select.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,12 @@
select="input"
/>

<ng-template #select>
<ng-content
*ngIf="isMobile"
select="select"
/>
</ng-template>

<ng-container
*ngTemplateOutlet="select"
*ngIf="isMobile"
ngProjectAs="select"
/>
>
<ng-content select="select" />
</ng-container>

<div
*ngIf="value !== null"
Expand Down

0 comments on commit 7f597a6

Please sign in to comment.