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

Function buildFocusableOptions

packages/react-select/src/Select.tsx:480–488  ·  view source on GitHub ↗
(props: Props<Option, IsMulti, Group>, selectValue: Options<Option>)

Source from the content-addressed store, hash-verified

478}
479
480function buildFocusableOptions<
481 Option,
482 IsMulti extends boolean,
483 Group extends GroupBase<Option>
484>(props: Props<Option, IsMulti, Group>, selectValue: Options<Option>) {
485 return buildFocusableOptionsFromCategorizedOptions(
486 buildCategorizedOptions(props, selectValue)
487 );
488}
489
490function isFocusable<
491 Option,

Callers 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…