From 756317efb2ca2b682e4d28ba0cbeffc2922727ba Mon Sep 17 00:00:00 2001 From: Jay Lynch Date: Sat, 7 Oct 2017 00:54:19 +1100 Subject: [PATCH] Pass disabled prop through to internal div Pass disabled prop through to internal div so it can be used for styling / targeting elsewhere. --- src/react-google-picker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react-google-picker.js b/src/react-google-picker.js index 749c6e8..5b94883 100644 --- a/src/react-google-picker.js +++ b/src/react-google-picker.js @@ -136,7 +136,7 @@ export default class GoogleChooser extends React.Component { render() { return ( -
+
{ this.props.children ? this.props.children :