- Issue created by @neha_bawankar
- 🇮🇳India libbna New Delhi, India
I have confirmed that the behaviour described in the issue exists, although I am not entirely sure whether it is an actual issue or intended functionality. I also attempted to locate the implementation file responsible for this behaviour but was unable to find it.
If someone could guide me on where this is implemented, it would be greatly appreciated. Thank you!
I followed the same reproduction steps as outlined in the issue summary.
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
How is this not a duplicate of 🐛 Dropdown List in Page Data Area of XB Platform Not Scrollable, Preventing Access to Taxonomy Term Options Active ? Both are for autocompletes. Both were reported by you 😅
- 🇬🇧United Kingdom jessebaker
I don't believe this is a duplicate of 🐛 Dropdown List in Page Data Area of XB Platform Not Scrollable, Preventing Access to Taxonomy Term Options Active .
This issue is that the autocomplete suggestions is limited to only 10 results and that you cannot scroll the list to see >10 results.
The other issue is a style/position issue where if the list of suggestions reaches the bottom of the page, it is clipped/displayed off screen and you cannot scroll the page to access all the results shown. (the list should pop upwards if their is not enough space below the input element).
- 🇪🇸Spain isholgueras
AFAIK, This is the default behavior and it comes from Core:
https://git.drupalcode.org/project/drupal/-/blob/11.x/core/lib/Drupal/Co...Here I have 11 Terms in this vocab and the 11th only appears if I autocomplete for "Term1"
IMO, this works as designed (in drupal core).
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
#6++
That makes this a feature request. I personally think this is but let's let product manager @lauriii decide :)