if (!this.validate(this.input!.value)) {
            this.setState({ isInvalid: true } as IInputItemState);

            return;
        } else {