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
The scenario:
I have a customer form with address fields, including a postal code using tanstack forms.
When the user types the postal auto code, I can trigger an API query, using tanstack query, and have that result autofill the rest of the address fields (when applicable).
The only way I can think of is using useEffect, but I think this looks wrong.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
The scenario:
I have a customer form with address fields, including a postal code using tanstack forms.
When the user types the postal auto code, I can trigger an API query, using tanstack query, and have that result autofill the rest of the address fields (when applicable).
The only way I can think of is using useEffect, but I think this looks wrong.
All reactions