botframework-sdk
botframework-sdk copied to clipboard
ChoiceInput etc do not cache Choice values
Version
4.7.0
Describe the bug
Inputs with retry loops, like ChoiceInput, allow the developer to bind the Choices property to values in turn state. When the loop reevaluates, it blows up without a helpful error message.
Expected behavior
ChoiceInput etc should either cache values on retry, or they should prevent referencing values in the turn. state store.
[bug]