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-harlequinOP•5mo ago
flat-fuchsia•5mo ago
Can you please reproduce it on stackblitz? You can fork this https://stackblitz.com/github/tanstack/form/tree/main/examples/react/simple?embed=1&theme=dark&preset=node&file=src/index.tsx
StackBlitz
Form Simple Example - StackBlitz
Run official live example code for Form Simple, created by Tanstack on StackBlitz
flat-fuchsia•5mo ago
Form just adds logic on state and validation, the html/ui components are yours so they shouldn't really be affected
xenophobic-harlequinOP•5mo 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