diff --git a/src/app/shared/form/form.component.ts b/src/app/shared/form/form.component.ts index 69132c29c0..aeeeedfb52 100644 --- a/src/app/shared/form/form.component.ts +++ b/src/app/shared/form/form.component.ts @@ -32,7 +32,7 @@ import { FormEntry, FormError } from './form.reducer'; selector: 'ds-form', styleUrls: ['form.component.scss'], templateUrl: 'form.component.html', - encapsulation: ViewEncapsulation.Native + encapsulation: ViewEncapsulation.ShadowDom }) export class FormComponent implements OnDestroy, OnInit {