MCPcopy Create free account
hub / github.com/react-component/input / InputFocusOptions

Interface InputFocusOptions

src/utils/commonUtils.ts:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94export interface InputFocusOptions extends FocusOptions {
95 cursor?: 'start' | 'end' | 'all';
96}
97
98export function triggerFocus(
99 element?: HTMLInputElement | HTMLTextAreaElement,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…