From 1aec142aa496f285d8125cc720b7580acd54c7dd Mon Sep 17 00:00:00 2001 From: Paito Anderson Date: Tue, 22 May 2018 14:14:16 -0400 Subject: [PATCH] Added tests --- .../react-bootstrap-typeahead-tests.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/react-bootstrap-typeahead/react-bootstrap-typeahead-tests.tsx b/types/react-bootstrap-typeahead/react-bootstrap-typeahead-tests.tsx index 425bfe313b..10237b1fa0 100644 --- a/types/react-bootstrap-typeahead/react-bootstrap-typeahead-tests.tsx +++ b/types/react-bootstrap-typeahead/react-bootstrap-typeahead-tests.tsx @@ -24,6 +24,8 @@ class BasicExample extends React.Component { labelKey="name" multiple={multiple} options={options} + maxHeight='300px' + onInputChange={(value, e) => {}} placeholder="Choose a state..." />