@intility/bifrost-react-select
Version:
React select component for Intility's design system, Bifrost.
21 lines • 525 B
JavaScript
import { c as _c } from "react-compiler-runtime";
import { components } from "react-select";
import { jsx as _jsx } from "react/jsx-runtime";
const CustomMenuList = props => {
const $ = _c(2);
let t0;
if ($[0] !== props) {
t0 = /*#__PURE__*/_jsx(components.MenuList, {
"data-testid": "bf-select-menulist",
className: "bf-scrollbar-small",
...props,
children: props.children
});
$[0] = props;
$[1] = t0;
} else {
t0 = $[1];
}
return t0;
};
export default CustomMenuList;