\n {(() => {\n if (isSearchable) {\n return
;\n }\n })()}\n
\n {placeholder}\n \n {children}\n
\n );\n }\n}\n\nMenuList.propTypes = {\n selectProps: PropTypes.shape(SelectPropTypes),\n children: PropTypes.node,\n innerProps: PropTypes.any\n};\n\nconst Option = props => {\n const { children, isSelected, innerProps } = props;\n const { innerRef, ...rest } = innerProps;\n const classNames = [\n \"select-menu-option dropdown-menu-list-option\",\n isSelected ? \"active\" : \"\"\n ].join(\" \");\n\n return (\n