Replies: 1 comment 3 replies
-
@Jonas-C Yes, we have plans to add support for those Form-related components. Most of the code in Chakra will end up in Ark.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! According to your roadmap, a Form/FormControl component has been planned for a while now. I saw that the chakra-ui migration to ark is still using its own implementation of FormControl, and was wondering about the progress of a potential Ark FormControl. Is it in the works? Would it be released with the next major version?
Most, if not all of your components already support automatically grouping labels and their respective components. Furthermore, it seems like several of your components support
required
,invalid
andreadonly
. Are there any plans to exportErrorMessage
andHelperText
components for the form components?Beta Was this translation helpful? Give feedback.
All reactions