T
TanStack5mo ago
xenophobic-harlequin

Is it possible that autocomplete does not work for tanstack form?

I have a basic tanstack form with 3 fields email and pass and repass and for some reason the autocomplete doesn't work, if I copy a plain form it works fine. I tried to 1pass, lastpass. What could be the problem? Thanks for the answer in advance.
4 Replies
xenophobic-harlequin
xenophobic-harlequinOP5mo ago
flat-fuchsia
flat-fuchsia5mo ago
StackBlitz
Form Simple Example - StackBlitz
Run official live example code for Form Simple, created by Tanstack on StackBlitz
flat-fuchsia
flat-fuchsia5mo ago
Form just adds logic on state and validation, the html/ui components are yours so they shouldn't really be affected
xenophobic-harlequin
xenophobic-harlequinOP5mo ago
@Leonardo Hi! Sorry for the late reply but I made a reproduction of the lower one which is a plain form where the autocomplete works and the upper one which is a tanstack form does not work. https://stackblitz.com/edit/tanstack-form-fmuo4yus?file=src%2Findex.tsx
Gellipapa
StackBlitz
Form Simple Example (forked) - StackBlitz
Run official live example code for Form Simple, created by Tanstack on StackBlitz

Did you find this page helpful?