Access field value for different element #135
Unanswered
Himanshu-Rawat-008
asked this question in
Questions
Replies: 1 comment 14 replies
-
In custom elements you can inject The Vueform component has an const schema = {
foo: {
type: 'custom_first',
// ...
},
bar: {
type: 'custom_second',
// ...
},
} you can reach the values like this: If you are looking for a more specific answer that involves manipulating drag and drop and more advanced things, I am happy to:
Let me know which works for you the best! |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To be more clear on topic
I want to create two custom element lets say Custom_First and Custom_Second with two different field under properties something like custom_first_field and custom_second_field which can be of type text or list.
Now I have two scenarios from here let me know how it can be solved -
Also, in same way I want to have multiple custom field, based on values in these fields, default values or values in list (if I choose to go with SelectField) for another custom element might change.
I can access different field values inside same element.
Beta Was this translation helpful? Give feedback.
All reactions