You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when searching for a schema, if you type in something partway, then it submits the search, it refreshes the search box component, resetting the focus, so your typing is no longer in the box.
the search submit should not refresh or change focus from the search box, it should only update the results component.
The text was updated successfully, but these errors were encountered:
When it searches, isLoading is now true.. so we render a completely different UI, thus you get defocused. A better approach would be to check if we are loading way down below where we actually render the schema cards.
when searching for a schema, if you type in something partway, then it submits the search, it refreshes the search box component, resetting the focus, so your typing is no longer in the box.
the search submit should not refresh or change focus from the search box, it should only update the results component.
The text was updated successfully, but these errors were encountered: