it('should allow input', () => {
      const text = '>vQ9~4W$%ag!ACe$';

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