Closed thesantatitan closed 4 months ago
Sorry, might be totally out of place adding this here, but:
This fixes next and prev, but for some reason my autocomplete prompt is not by default selecting the first item in the list, to get to it I need to select_next then select_prev, any idea why?
@samuelpx link to your prompt? Or maybe post it here?
It is the same fix?
Fixed by #1993, this can be closed.
Fixes #1988 get_selected_index was checking self.active before returning an index, which is actually false when select_next_entry is first called in typical usage using a mapping. Switched to how cursor was calculated before this PR #1986