it('should be readonly', () => {
    component.readonly$.next(true);
    fixture.detectChanges();
    expect(component.input.readonly).toEqual(true);
  });