First, run the development server:
git clone git@github.com:noxify/next-tanstack-form.git
cd next-tanstack-form
pnpm i
pnpm devOpen http://localhost:3000 with your browser to see the result.
- NextJS 15
- Tailwind V4
- shadcn@canary to get their react19 & tw4 compatible components
- shadcn form components ( input, select, etc. )
- tanstack/form compatible Form component powered by https://github.com/FatahChan/shadcn-tanstack-form
- input field with icon support powered by https://github.com/markjaniczak / shadcn-ui/ui#1552 (comment)
- When using the
FieldStateIndicatorcomponent together with anonSubmitAsyncvalidation on form level, the indicators shows an success ( based on the field validation ) until the form validation triggers the error state.- maybe this isn't an issue at all, but have seen it and want to make it transparent ✌️