akveo / akveo/ngx-admin

Bug with calendar and datepicker

Open
#5,775 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
25.7k
Forks
7.9k
PR merge metrics
No merged PRs in 30d

Description

### Issue type

**I'm submitting a ...** (check one with "x")

* [ x] bug report
* [ ] feature request
* [ ] question about the decisions made in the repository

### Issue description

I just updated our package.json to use the last Nebular version 6.1.0 to see if the bug with the calendar and datepicker component is gone but as you can see from the below screenshot, I still have the same issue

![image 2 (1)](https://user-images.githubusercontent.com/55496086/93757987-53926200-fc10-11ea-9d8c-751887be9107.png)
To replicate simply use:

Where myDate: Date = new Date(); and
onDateChange(newStart: Date): void {
this.myDate = newStart;
}

Moreover, now I have a new this new bug when I click on the Datepicker input:
![image (3)](https://user-images.githubusercontent.com/55496086/93758076-73298a80-fc10-11ea-9644-2b31264a7adf.png)
To replicate:

Where:
this.minDate = this.dateService.addYear(this.dateService.today(), -120);
this.maxDate = this.dateService.addDay(this.dateService.today(), -1);

Moreover, I still have the same question that I already asked since january: are you planning to give the possibility to internationalize Calendar, DatePicker and now the new TimePicker components?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.