maxSuggestionsInViewPort property
Specifies the number of suggestions that can be shown in viewport.
When not specified, the default value is 5
.
if the number of suggestions is less than 5, then maxSuggestionsInViewPort
will be the length of suggestions
Implementation
final int maxSuggestionsInViewPort;