MCPcopy Index your code
hub / github.com/JedWatson/react-select / components

Function components

packages/react-select/src/__tests__/Select.test.tsx:3362–3366  ·  view source on GitHub ↗
(value: Option | null | undefined = null)

Source from the content-addressed store, hash-verified

3360 '`required` prop',
3361 ({ props = BASIC_PROPS }) => {
3362 const components = (value: Option | null | undefined = null) => (
3363 <form id="formTest">
3364 <Select {...props} required value={value} />
3365 </form>
3366 );
3367
3368 const { container, rerender } = render(components());
3369

Callers 1

Select.test.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…