botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

ChoiceInput etc do not cache Choice values

Open dandriscoll opened this issue 5 years ago • 0 comments

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]

dandriscoll avatar Feb 08 '20 02:02 dandriscoll