MCPcopy Index your code
hub / github.com/react-bootstrap/react-bootstrap / getValues

Function getValues

src/ToggleButtonGroup.tsx:94–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 });
93
94 const getValues: () => any[] = () => (value == null ? [] : [].concat(value));
95
96 const handleToggle = (inputVal: any, event: any) => {
97 if (!onChange) {

Callers 2

handleToggleFunction · 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…