How does dialog get the value in item across domai...
# compose-wear
l
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
Hi - not sure I understand the question - code sample?
@Steve Bower [G]
l
Hi John Nichol, I've solved this problem. Unexpectedly, dialog () can be written in the scope of item {} thank you very much!