Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

225
Views
How to set onHover event on angular-calendar events?

I am using a calendar module for my angular project: https://github.com/mattlewis92/angular-calendar

I was able to set onClick events (show a modal) in a day inside the calendar, but I want to show the modal when I hover the day.

<mwl-calendar-month-view 
  *ngSwitchCase="CalendarView.Month" 
  [viewDate]="viewDate"
  [events]="events" 
  [refresh]="refresh" 
  [activeDayIsOpen]="activeDayIsOpen"
  (dayClicked)="dayClicked($event.day)" 
  (eventClicked)="handleEvent('Clicked', $event.event) "
  [cellTemplate]="customCellTemplate" 
  (eventTimesChanged)="eventTimesChanged($event)"
>
</mwl-calendar-month-view>

How could I set an onHover event, which is called when the user hover the event (day in the calendar)?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can use mouseenter in place of your mouse click.

<div (mouseenter)="openDatePicker()">Hover Me</div>

There is also a mouseleave that you can use as well.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!