Hi,
If my schema is something like:
name: 'a',
details: {
detail1: 'b',
detail2: 'c',
}
and i want "details.detail2" to take the value from "name", how can I do that?
thanks!
Hi,
If my schema is something like:
name: 'a',
details: {
detail1: 'b',
detail2: 'c',
}
and i want "details.detail2" to take the value from "name", how can I do that?
thanks!