@ -104,7 +104,7 @@ class AutoSuggestInput extends Component {
const windowHeight = window.innerHeight;
if ((/^botton/).test(data.placement)) {
if ((/^bottom/).test(data.placement)) {
data.styles.maxHeight = windowHeight - bottom;
} else {
data.styles.maxHeight = top;
@ -144,7 +144,7 @@ class EnhancedSelectInput extends Component {