以UI顺序获取控件的值 / Get Form Values By Order In UI #3806
Unanswered
zhenchuan9r
asked this question in
Q&A [2.x]
Replies: 1 comment 1 reply
-
https://core.formilyjs.org/api/models/form |
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
-
https://core.formilyjs.org/api/models/form
We need a method to get form values by order in accordance to UI layout.
For example, if Component A is on the upper side of Component B, the position of value of Component A should come before that of Component B, like:
{ "component-a": {}, "component-b":{} }
I would like to ask if there is already such kind of method or we have to parse and traverse the config of the forms.
Beta Was this translation helpful? Give feedback.
All reactions