I was trying to build a simple app which has 2 date fields - FromDate and ToDate. I can see 2 date pickers - one of which is “Web Only”. I tried using the other one as I wanted my app to work on web and on mobile both. It works fine on Mobile but on the Web, the calendar opens fine - I set the z-axis of FromDate to ‘2’ and ToDate to ‘1’ as mentioned in the blog. But when I click on the date, nothing happens, the calendar remains open ? Is there anything I might be missing ?