Access field value for different element #135
Replies: 3 comments 17 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.
-
Hi @adamberecz, Thanks for your help. ![]() type of value for But when I tried it was giving error finally I replace it with type ![]() |
Beta Was this translation helpful? Give feedback.
-
One more problem I faced please let me know why it is happening here is repo Steps
What should happen
![]() |
Beta Was this translation helpful? Give feedback.
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