Replies: 1 comment
-
formsnap is built on superforms, which generally equates fields with single values. depending on your use-case, you may find it helpful to use proxies to access state, or simply to access nested fields by dot-path:
as the values are related, it may also be worth taking a look at fieldsets: https://www.formsnap.dev/docs/components/fieldset |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I'm working with a schema like this:
I'm wondering how I can assign
numberRange
to the value for a form item.Is it currently possible?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions