onBlur(event) {
        const options = this.getCurrentInput(event.target.name);
        UIActions.modalWindowsChangeState(this.props.windowName, options);
    }