You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I since learned how to use the limt and sufficient parameters to allow the drop down to grow to include more than the default of 5 entries. This is a key set of values to specify.
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:
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.
The text was updated successfully, but these errors were encountered: