ZoomApps / Liveapp

Liveapp Framework :rocket:
https://www.liveapp.com.au
2 stars 1 forks source link

Tablet View - When there is a long list to be shown on a multiselect the list is not setting the value back after selecting #61

Closed jaffars closed 6 years ago

jaffars commented 6 years ago

In tablet view, when the ‘x’ button is hit after selecting multiple items in a multi select control, it closes the popup of list box as well as the subpage. It should only close the pop up of list box and not the subpage as well.

This only happens when you have a large number of items to select in the multi select. If you could prioritise this as we are unable to release a version with this issue as it affects one of our key features

image

paulfisher53 commented 6 years ago

I believe that jquery mobile hash listening is to blame. Please load this fix: Fix-61.zip

jaffars commented 6 years ago

Issue fixed and verified