MCPcopy
hub / github.com/rjsf-team/react-jsonschema-form / createFormComponent

Function createFormComponent

packages/core/test/testUtils.tsx:45–47  ·  view source on GitHub ↗
(props: NoValFormProps, v: ValidatorType = validator)

Source from the content-addressed store, hash-verified

43}
44
45export function createFormComponent(props: NoValFormProps, v: ValidatorType = validator) {
46 return createComponent(Form, { validator: v, ...props });
47}
48
49// oxlint-disable-next-line no-unused-vars
50type CreatorFn = (creatorFn: typeof createFormComponent) => void;

Callers 15

const.test.tsxFile · 0.90
Form.test.tsxFile · 0.90
NullField.test.tsxFile · 0.90
allOf.test.tsxFile · 0.90
oneOf.test.tsxFile · 0.90
anyOf.test.tsxFile · 0.90
validate.test.tsxFile · 0.90

Calls 1

createComponentFunction · 0.85

Tested by 2

shouldBeDisabledFunction · 0.72
shouldBeReadonlyFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…