MCPcopy Create free account
hub / github.com/clerk/javascript / useInput

Function useInput

packages/elements/src/react/common/form/index.tsx:204–397  ·  view source on GitHub ↗
({
  name: inputName,
  value: providedValue,
  checked: providedChecked,
  type: inputType,
  onChange: onChangeProp,
  onBlur: onBlurProp,
  onFocus: onFocusProp,
  ...passthroughProps
}: FormInputProps)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

index.tsxFile · 0.70
expandable-list.jsFile · 0.50

Calls 10

usePasswordFunction · 0.90
fieldValueSelectorFunction · 0.90
useFieldContextFunction · 0.85
useValidityStateContextFunction · 0.85
usePreviousFunction · 0.85
enrichFieldStateFunction · 0.85
replaceMethod · 0.80
useFieldStateFunction · 0.70
onChangeFunction · 0.50

Tested by

no test coverage detected