Executing useLazyQuery causing TextField to lose focus

Hi,

I was wondering if this was a normal behavior.

I have a TextField that triggers an onChange event that executes a query that I have defined using useLazyQuery.

When I type in the field, the focus is lost when the query executes.
I was hoping the focus would stay so that I could continue typing.
I know that I could technically use onBlur to trigger the query but I was wondering if this was normal behavior to cause the focus to be lost?