- );
-
- // No need to render the actual dropdown if we use the modal. If we
- // don't render anything breaks, so we just put an empty div.
- const dropdownContent = !isUserTouching ? (
-
- {dropdownItems}
-
- ) : ;
+ const { items, style, placement, arrowOffsetLeft, arrowOffsetTop } = this.props;
return (
-
-
-
-
+
+ {({ opacity, scaleX, scaleY }) => (
+