it('should allow input', () => {
      const text = '42';

      cy.get('@CUT').ngxFill(text);
      cy.get('@CUT').ngxGetValue().should('equal', text);