Skip to content
#

gantt

Here are 153 public repositories matching this topic...

gantt-schedule-timeline-calendar

Gantt Gantt Gantt Timeline Schedule Calendar [ javascript gantt, js gantt, projects gantt, timeline, scheduler, gantt timeline, reservation timeline, react gantt, angular gantt, vue gantt, svelte gantt, booking manager ]

  • Updated Jan 21, 2022
  • TypeScript
ModelBoxDENG
ModelBoxDENG commented Apr 19, 2022

在官网上, "通过设置isOpen控制下拉"的例子中,如果打开下拉菜单,再点击空白处,需要点两次按钮才能再次打开下拉菜单.

希望可以给一个点一次就能打开下拉菜单的例子

可以通过
onToggle(event) {
if (this.isOpen != event) {
this.isOpen = event;
}
}
来暂时解决这个问题

bug good first issue

Improve this page

Add a description, image, and links to the gantt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gantt topic, visit your repo's landing page and select "manage topics."

Learn more