MCPcopy
hub / github.com/flatpickr/flatpickr / redraw

Function redraw

src/index.ts:2297–2303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2295 }
2296
2297 function redraw() {
2298 if (self.config.noCalendar || self.isMobile) return;
2299
2300 buildMonthSwitch();
2301 updateNavigationCurrentMonth();
2302 buildDays();
2303 }
2304
2305 function focusAndClose() {
2306 self._input.focus();

Callers 1

minMaxDateSetterFunction · 0.85

Calls 3

buildMonthSwitchFunction · 0.85
buildDaysFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…