Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[组件名称] 日历组件范围设置最大最小日期后,非常的卡 #373

Closed
usenameI opened this issue Nov 5, 2024 · 2 comments
Closed
Labels

Comments

@usenameI
Copy link

usenameI commented Nov 5, 2024

tdesign-flutter 版本

0.1.7

重现链接

No response

重现步骤

  TDButton(
          text: 'rili',
          onTap: () {
                TDCalendarPopup(
                    context,
                    visible: true,
                    child: TDCalendar(
                       minDate: 946656000000,
                       maxDate: DateTime(3000,1,1).millisecondsSinceEpoch,
                      title: '请选择日期区间',
                      type: CalendarType.range,

                      height: 600,
                      // height: size.height * 0.6 + 176,
                    ),
                  );
          },
        )

期望结果

希望不卡

实际结果

非常卡

Flutter版本

No response

设备与机型信息

No response

系统版本

No response

补充说明

No response

Copy link
Contributor

github-actions bot commented Nov 5, 2024

👋 @usenameI,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@hkaikai
Copy link
Contributor

hkaikai commented Nov 29, 2024

#363

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants