diff --git a/demo/App.tsx b/demo/App.tsx index 3013b8ef..d2aa5d5c 100644 --- a/demo/App.tsx +++ b/demo/App.tsx @@ -75,14 +75,8 @@ export class App extends React.Component<{}, AppState> { classes={{ suggestionsDropdown: "bbbb" }} - textAreaComponent={CustomTextArea} /> ); } } - -const CustomTextArea = React.forwardRef((props: any, ref: any) => { - const style = { ...props.style, backgroundColor: "blue" }; - return