I am using Mathematica 13.1 on Windows 11.
I have the following bug with ChoiceDialog:
list = {"EXperiment", "EXperiment", "EXperiment", "EXperiment", "EXperiment", "EXperiment", "EXperiment", "EXperiment", "EXperiment", "EXperiment", "EXperiment", "EXperiment", "EXperiment", "EXperiment", "EXperiment", "EXperiment"}; parameter = ChoiceDialog["Value = ", list] I.e., the list does not match the dialog window. This issue is not present in Mathematica 12.1:
Could you please tell me how to fix it/what is an alternative to ChoiceDialog providing however the same opportunity of choosing the values of the list by clicking on them and delaying the evaluation of the code until the choice is made?


