We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a collection with an empty string causes ivy-read to position the initial cursor at the end of the list.
Minimal reproducible case:
(defun ivy-bug-at-end-of-list () (interactive) (ivy-read "Bug: " (list "1" "2" "3" "4" "5" "") :keymap ivy-minibuffer-map :action (lambda (x) (message "%s" x))))
Running that displays 1 through 5 in the minibuffer but not the empty string. The cursor starts outside the visible portion on the empty string.
The text was updated successfully, but these errors were encountered:
c9f86b5
Thanks.
Sorry, something went wrong.
No branches or pull requests
Using a collection with an empty string causes ivy-read to position the initial cursor at the end of the list.
Minimal reproducible case:
Running that displays 1 through 5 in the minibuffer but not the empty string. The cursor starts outside the visible portion on the empty string.
The text was updated successfully, but these errors were encountered: