Blazorise
Blazorise copied to clipboard
AutoComplete: selected element not visible on keyboard navigation
Describe the bug When autocomplete shows a somewhat larger list (= there's a scrollbar), you can select those items with the arrow keys. But after selecting an element that is out of view this way, the selection is not brought into view.
To Reproduce
- Go to https://blazorise.com/docs/extensions/autocomplete
- Type "a" in the first example
- Select an element out of view (e.g. Netherlands Antilles) with the arrow keys
- The value has changed, the element is selected - but the selected item is not visible
Expected behavior The selected item should always be visible (scrollIntoView)