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
Any validation changes made to a settable inside the onchange_cb method are correctly reflected in the set command's output table; however, Cmd2's interactive output during the update of the settable emits the original set value rather than the validated value set in the onchange_cb method.
Since the output from the onchange callback is before Cmd2's output, I was expecting the validated value to be used in Cmd2's output rather than the unvalidated value.