it('should respond correctly to implicit effects of focus events for other fields', () => {
    const ref = React.createRef<FormInterface>();

    const [handleField, WithField] = fieldHandler(['foo']);