-
-
Notifications
You must be signed in to change notification settings - Fork 211
[ BUG ] Unable to Add Form to Project Using the CLI #369
New issue
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
Comments
There is no form component currently in the rnr docs from what I can see. Not sure where the teams stands but it may be something they are interested in doing at some point. |
Yes this is what I meant, it's also listed in the demo, here: https://rnr-showcase.vercel.app/form |
what error message do you get? |
Those:
or
I would be scared if I would have to run this as root tbh. I was able to add the button, label or input components without root privileges, so I don't think this is the issue. |
@zophiana From what I can see, the IMO, this would be a nice (re)addition to the project. I don't know why it was deprecated, someone who knows could chime in, but I'd be happy to work on it. Comment of interest: |
I was able to get it to work in a project I'm working and followed a similar API to shadcn-ui's Form. I haven't thoroughly tested it yet, maybe some edge cases exists, but for what I was using it for it works. EDIT |
Describe the bug
Can't add form to project. It is listed in the demo app but I cant find it in the docs neither can I add this to my project.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the command adds all the stuff needed for the form
Platform (please complete the following information):
Tested with:
Additional context
I didn't found any information if this is just not (yet) supported or something else.
I am happy to contribute changes if there is just some stuff missing that need to be done. Please let me know!
The text was updated successfully, but these errors were encountered: