akveo / akveo/ngx-admin

Bug with calendar and datepicker

未关闭
#5,775 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
25.7k
派生
7.9k
PR 合并指标
30 天内没有已合并 PR

描述

### 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?

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。