Open jozefwiora opened 4 years ago
I have easygui version 0.98.1 installed in Windows. I need to distinguish between cancel and selected no items. I recognized that in case deselection of all items, the function returns None. In my opinion, it should be an empty list [].
I just ran into this issue as well. I agree, it should return an empty list.
I made PR #210 for this.
I have easygui version 0.98.1 installed in Windows. I need to distinguish between cancel and selected no items. I recognized that in case deselection of all items, the function returns None. In my opinion, it should be an empty list [].