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
Or at least handle it correctly. It crashes when trying to move the selection.
The text was updated successfully, but these errors were encountered:
@Lynesth is this still the case? I can't reproduce this on master
Sorry, something went wrong.
Yep I confirm this still is the case on master.
You can reproduce it like this:
<?php use PhpSchool\CliMenu\CliMenu; use PhpSchool\CliMenu\CliMenuBuilder; require_once(__DIR__ . '/../vendor/autoload.php'); $itemCallable = function (CliMenu $menu) { echo $menu->getSelectedItem()->getText(); }; $menu = (new CliMenuBuilder) ->disableDefaultItems() ->build(); $menu->open();
d10461d
No branches or pull requests
Or at least handle it correctly. It crashes when trying to move the selection.
The text was updated successfully, but these errors were encountered: