We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I set up a new project by following these steps:
npx formkit@latest create-app formkit-repro Vite JavaScript yes cd formkit-repro npm install npm run dev
This works fine. If I switch to the starter theme using: npx formkit theme --theme=starter then I start to have problems.
npx formkit theme --theme=starter
When I load the app at localhost:5173, I see an error in the console:
Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '#input_3 . formkit-inner' is not a valid selector.
If I add draggable to the repeater, I see the grips but the elements cannot be dragged around.
draggable
If I remove the repeater input, the errors disappear.
A minimal reproduction can be found here: https://github.com/madbarron/formkit-bug-repro
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I set up a new project by following these steps:
npx formkit@latest create-app formkit-repro Vite JavaScript yes cd formkit-repro npm install npm run dev
This works fine. If I switch to the starter theme using:
npx formkit theme --theme=starter
then I start to have problems.When I load the app at localhost:5173, I see an error in the console:
If I add
draggable
to the repeater, I see the grips but the elements cannot be dragged around.If I remove the repeater input, the errors disappear.
A minimal reproduction can be found here: https://github.com/madbarron/formkit-bug-repro
The text was updated successfully, but these errors were encountered: