-
Notifications
You must be signed in to change notification settings - Fork 838
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
[Form] Add support to control with other primitives #2659
Comments
This is something we definitely want to look at but haven't had the time to prioritize. |
Let's say I had a few days to invest in getting radix/form working with radix/themes (not that I expect I would produce releasable quality code). The core issue blocking radix/primitives from working with radix/form is not immediately apparent to me. Is it an issue with the context's? What I'd like to do is have an SSR form that is displayed when the user first loads the site (think sign-up page). This seems pretty straight forward (even with radix/themes) using the strategy already laid out. (ie. leverage defined validity "states" with defined messages and then But I'm sure I'm missing some significant pieces here, mostly just curious. |
@jd-carroll I did some small research, the issue with Radix primitives is that it seems like |
Another thing you would need to do, is to handle focus properly, because currently Form trying to focus aria-hidden inputs on validation, which throws an error in devtools |
Question
Regarding Forms, is there a timeline on the below gap (quoting from here )? Thanks!
The text was updated successfully, but these errors were encountered: