-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Description
SOLVED. see comment added
Describe the bug
A clear and concise description of what the bug is.
I have an application and my results for a search on partial mathces suggest that there are 11 in my searchable date. Howver no matter what I try I only get 5 itmes in my suggestion dropwdown on an input text box. I checked the browser and it suggests that there are only 5 itmes created and rendered to HTML when I run the sync(matches) statement in JS. The console shows 11 items in matches befoe and after the sync. I tried a very simple test program and it to limited the displaye to 5 items. Not sure how to search this site to see if this is an issue or built in limitation.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
I would expect that the drop down list of suggestions would be long enough to show all matches.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Running from a file HTML but also happens when my HTML is sourced on a remote site and accessed from the site's server.
Additional context
Add any other context about the problem here.