MCPcopy
hub / github.com/flatpickr/flatpickr / focusOnDayElem

Function focusOnDayElem

src/index.ts:758–761  ·  view source on GitHub ↗
(targetNode: DayElement)

Source from the content-addressed store, hash-verified

756 }
757
758 function focusOnDayElem(targetNode: DayElement) {
759 targetNode.focus();
760 if (self.config.mode === "range") onMouseOver(targetNode);
761 }
762
763 function getFirstAvailableDay(delta: number) {
764 const startMonth = delta > 0 ? 0 : self.config.showMonths - 1;

Callers 3

getNextAvailableDayFunction · 0.85
focusOnDayFunction · 0.85
selectDateFunction · 0.85

Calls 1

onMouseOverFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…