Is tileList data binding still supported with templated dialogs in Store Commerce POS Extensions? #324
Unanswered
skolbin-ssi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is tileList data binding still supported templated dialogs in Store Commerce POS Extensions?
The code snippet from the templated dialog's HTML page below used to work in the past and I can see that the standard Store Commerce POS App code is using the same data binding patttern and it works fine, for example with the standard Change Unit of Measure dialog box:
The POS extension is based on Commerce SDK 10.0.40. I debugged in F12 debbuger all the way up to the dialog’s open method’s promise return - all is good, the obsevableArray property of the dialog, i.e. the data source that is used in the tileList data binding is populated and passed as part of the promise return.
Beta Was this translation helpful? Give feedback.
All reactions