Skip to content

Commit

Permalink
Remove "textAreaComponent" prop from Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerpena committed Apr 26, 2020
1 parent 128a9c1 commit cb81b1f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions demo/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ export class App extends React.Component<{}, AppState> {
classes={{
suggestionsDropdown: "bbbb"
}}
textAreaComponent={React.forwardRef<HTMLTextAreaElement>((p, ref) => (
<textarea ref={ref} {...p} />
))}
/>
</div>
);
Expand Down

0 comments on commit cb81b1f

Please sign in to comment.