Replies: 1 comment 1 reply
-
It looks like the Reflex FormLabel doesn't have that defined as a prop... in the meantime, you should be able to pass it using "custom_attrs" prop, which accepts a dict of props and applies them to the component whether they are defined or not. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Chakra supports requiredIndicator for form_label. However setting this prop in reflex as no effect. Am I missing out something?
Beta Was this translation helpful? Give feedback.
All reactions