You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ionic-selectable is placed inside other wrapper component using ng-content, than it cannot query parents components using nativeElement.closest() and setup CSS classes properly (mainly ionic-selectable-has-label, ionic-selectable-label-default). Label and selected value is than displayed diferently.
FieldWrapper.html:
<ion-item>
<ion-label>Whatever label</ion-label>
<!-- ionic-selected will be placed inside ng-content -->
<ng-content></ng-content>
</ion-item>
If ionic-selectable is placed inside other wrapper component using ng-content, than it cannot query parents components using nativeElement.closest() and setup CSS classes properly (mainly ionic-selectable-has-label, ionic-selectable-label-default). Label and selected value is than displayed diferently.
FieldWrapper.html:
app.component.html:
The text was updated successfully, but these errors were encountered: