kahkhang / Inquirer.sh

Modern terminal prompt inspired by inquirer.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checkbox_input wrongly displays all items in preferred drinks

sudhakar-mnsr opened this issue · comments

This issue can be recreated as below

  1. run ./examples/checkbox_input_example.sh
  2. select any (hawker center(s)) and press enter (no issue here)
  3. select one preferred drink or none and press enter
    But in final output it displays all the drinks.
    Screenshot 2019-10-21 at 12 32 19

Fixed this and submitted pull request.