You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another issue I found was that if the timeout is set to 0, getting the timeout value should return the default timeout value. If the default value is 11, the timeout value should be 11; it actually returns 0.
Bug Report
Currently, it's possible for
SDLChoiceSet
default timeouts to be used incorrectly.Reproduction Steps
SDLChoiceSet
without the timeout setSDLChoiceSet
Expected Behavior
The choice set created before the update uses the new default choice set time
Observed Behavior
The choice set uses the old default choice set time.
OS & Version Information
Test Case, Sample Code, and / or Example App
n/a
The text was updated successfully, but these errors were encountered: