zend-console icon indicating copy to clipboard operation
zend-console copied to clipboard

Bug in Zend\Console\Prompt\Select::show()

Open GeeH opened this issue 8 years ago • 1 comments

This issue has been moved from the zendframework repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html


Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7465 User: @IvanoP Created On: 2015-04-28T11:15:45Z Updated At: 2015-11-06T21:28:47Z Body This method can't support more of 9 items


Comment

User: @DASPRiD Created On: 2015-04-28T11:19:43Z Updated At: 2015-04-28T11:19:43Z Body Can you be more specific?


Comment

User: @IvanoP Created On: 2015-04-28T11:43:30Z Updated At: 2015-04-28T11:43:30Z Body In Zend\Console\Prompt\Select the method show() over overrides the show() method in Zend\Console\Prompt\Char. In this method the user input is read by readChar() method. This Method read a single characther. So you cannot input a two char index for a option in Select.


GeeH avatar Jun 28 '16 13:06 GeeH

This repository has been closed and moved to laminas/laminas-console; a new issue has been opened at https://github.com/laminas/laminas-console/issues/5.

weierophinney avatar Dec 31 '19 21:12 weierophinney