-
I think if the monthview overflow-y was set to auto instead of scroll the component would look cleaner.
Willing to do a PR
- Want the css to be set to auto
- OR make a property to set this?
In my pe…
-
如题,比如设置自己的ItemViewProvider,provideMonthView方法竟然一定要返回你源码的MonthView,这个类里面的所有成员变量都是private,想自定义一下view都不行,改成个接口就好了
-
Try to specify any renderer, even empty method. See the line is disapeared. According to docs, we do not expect to have any value returned from that method.
[Forum post](https://forum.bryntum.com/v…
-
Need some investigation as to what exactly the requirements are.
Show first n rows? Show rows 1, 3 and 5? Show rows which encompass a date range?
-
Standard: https://www.w3.org/TR/WCAG21/
More practical info: https://help.time.ly/event-management/how-to-set-up-calendar-design-for-accessibility-compliance/
- [x] Add accessibility theme
- …
-
Necessary for accessibility and instrumentation tests.
-
I'm using msarhan library for Ummalqura calendar in my Android application , When I open the calendar and select day 30 and go to last day 29 in another month and select it , the application crash com…
-
总报下标越界,奇葩了
ava.lang.ArrayIndexOutOfBoundsException: length=12; index=-1
at cn.aigestudio.datepicker.bizs.calendars.DPCNCal…
-
建议将ScheduleLayout类的第420代码:
int row = monthView.getWeekRow() - 1;
改为:
int row = CalendarUtils.getWeekRow(monthView.getSelectYear(), monthView.getSelectMonth(), monthView.getSelectDay());
用以解决在周历跨月份…
wyq01 updated
7 years ago
-
I want to change background color of day in monthView (just like 11) to disable event's on holiday. Or I want full day event to take up full space below day in MonthView
![calTest](https://user-imag…