Hi,
I am building an app from ground up in the Windows 8 build environment.
After designing the UI (and having no code behind the app), I decided to test how it looked.
This was all good until I added a second Select element (i.e. 2 Select Lists).
There were no errors in the dev console when I just had the one Select list, but after adding a second, I get the following error:
Uncaught TypeError: Cannot read property 'display' of undefined
the line of code (within Appery.jq.js) is as follows:
if (childElem.display != "none" && childElem.width) {
Is this a bug, or am I doing something wrong?
many thanks
Andy