MCPcopy
hub / github.com/flatpickr/flatpickr / selText

Function selText

src/index.ts:469–470  ·  view source on GitHub ↗
(e: FocusEvent)

Source from the content-addressed store, hash-verified

467 self.hourElement !== undefined
468 ) {
469 const selText = (e: FocusEvent) =>
470 (getEventTarget(e) as HTMLInputElement).select();
471 bind(self.timeContainer, ["increment"], updateTime);
472 bind(self.timeContainer, "blur", updateTime, { capture: true });
473 bind(self.timeContainer, "click", timeIncrement);

Callers

nothing calls this directly

Calls 1

getEventTargetFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…