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..." />