Kristof Van Hees
Results
2
comments of
Kristof Van Hees
Say I have a SelectionPrompt asking "What is your favorite fruit", and I provide the user with a list of choices. (Apple, Banana, Cherry, Coconut, Dragonfruit). I select "Cherry" and...
The original question was about SingleSelect specifically, which I solved / worked around using: var singleSelect = new SelectionPrompt(); var singleSelectOptions = options; if (currentValue != null) { singleSelectOptions =...