How does dialog get the value in item across domains?
Click in item to open dialog. Because dialog cannot appear in onclick {}, the value in item cannot be modified after onclick {} operation.
j
John Nichol
02/10/2022, 7:47 AM
Hi - not sure I understand the question - code sample?
John Nichol
02/10/2022, 7:47 AM
@Steve Bower [G]
l
Lebron James
02/10/2022, 8:23 AM
Hi John Nichol, I've solved this problem.
Unexpectedly, dialog () can be written in the scope of item {}
thank you very much!