creativetimofficial / now-ui-kit

Now UI Kit Bootstrap 4 - Designed by Invision. Coded by Creative Tim
https://www.creative-tim.com/product/now-ui-kit
Other
1.7k stars 376 forks source link

Problems with Date Picker #71

Closed kelvindk9w closed 6 years ago

kelvindk9w commented 6 years ago

Hello, I am facing some problems with Datepicker that I can not solve (I have already looked at other topics here and nothing worked), it follows errors below:

1 - Arrows that select year / month do not work correctly, there is time that the return when being clicked advances the month forward.

2 - Selecting dates does not work. By clicking on the date, sometimes it goes, sometimes not, even giving several clicks, alternating the month the date selection does not work.

3 - if in value I put the date 06/03/2018 (d / m / Y), when I click to open the datepicker, instead of opening it in month 3, it is opening in other months, eg in June.

Even in the documentation site, when trying to use this function, I encounter difficulties and errors.

Other than that the theme is great, I'm getting to use it perfectly.

dragosct commented 6 years ago

Hi, @kelvindk9w! Thank you for using our products. Yes, we must change that plugin with the datetimepicker in the next update because it causes multiple problems. To resolve the second issue please put on the:

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{
     position: relative; 
     z-index: -1;
}

and on:

.datepicker .day div, .datepicker th{
   z-index: 1;
}

In this way you will fix the issue.

Regards, Dragos

kadcore commented 6 years ago

When you click on the month, the month view shows up, but you cannot click on a different month. The fix above works for dates.

Seems to be an issue with IE 11. Tested chrome and firefox, works

dragosct commented 6 years ago

Hi, @kadcore! Thank you for using our product. From what you said the problem is still available on the IE11, right? Regards, Dragos

kadcore commented 6 years ago

Yes that is correct

Sent from my iPad

On Mar 28, 2018, at 3:01 AM, dragosct notifications@github.com<mailto:notifications@github.com> wrote:

Hi, @kadcorehttps://github.com/kadcore! Thank you for using our product. From what you said the problem is still available on the IE11, right? Regards, Dragos

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/creativetimofficial/now-ui-kit/issues/71#issuecomment-376782721, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AkFo8q-udNzZj7V4W-Yk37w8cFAN42YVks5tizUvgaJpZM4SfLcx.

dragosct commented 6 years ago

Hi, @kadcore! Sorry for the late response. Please, can you show us an example because I test it on IE11 and on our side is working? Regards, Dragos