MCPcopy Create free account
hub / github.com/react-component/select / Select.tsx

File Select.tsx

src/Select.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * To match accessibility requirement, we always provide an input in the component.
3 * Other element will not set `tabIndex` to avoid `onBlur` sequence problem.
4 * For focused select, we set `aria-live="polite"` to update the accessibility content.

Callers

nothing calls this directly

Calls 15

isMultipleFunction · 0.90
fillFieldNamesFunction · 0.90
toArrayFunction · 0.90
isComboNoValueFunction · 0.90
hasValueFunction · 0.90
flattenOptionsFunction · 0.90
warningNullOptionsFunction · 0.90
useIdFunction · 0.85
useOptionsFunction · 0.85
isRawValueFunction · 0.85
labelRenderFunction · 0.85
useRefFuncFunction · 0.85

Tested by

no test coverage detected