DanneGustafsson Posted March 31, 2015 Report Share Posted March 31, 2015 I have several apps that include a datepicker on a datefield. These have been working fine, just click the button and choose a date. Now something has changed... I can open the datepicker but something seems to get in the way som i cannot choose a date. The workaround is to change the CSS som the datebox ends up way out to the left. It seems like if there is a textfield that extends beyond the datepickerbox the box does not work... Any Ideas?? My workaround sucks because a have many apps that i have to change. Quote Link to comment Share on other sites More sharing options...
Jan Posted March 31, 2015 Report Share Posted March 31, 2015 Hello Digger, You can try the following steps: add the Header&Footer element to your DataPage, select the Header element, click the "Source" button and add the following code: <style> #CalendarToolBox { z-index: 1000 !important;} </style> If I understand correctly, it is an issue and I believe it will be fixed very soon. DanneGustafsson 1 Quote Link to comment Share on other sites More sharing options...
aam82 Posted March 31, 2015 Report Share Posted March 31, 2015 My workaround sucks because a have many apps that i have to change. you could try putting Jan's suggestion in your site-wide style sheet, rather than the header of each datapage. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.