CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.92k stars 236 forks source link

Updated Click Event in list.py #37

Closed bfaulk96 closed 5 years ago

bfaulk96 commented 5 years ago

Previously on mousedown, None was returned as the answer regardless what was clicked. This change returns the actual option that was clicked by the mouse, instead of None.

aspeddro commented 3 years ago

Hey @CITGuru, the click event returns an empty dictionary. There is a way to return the clicked item?