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
alexzhang1030
changed the title
[Feature Request] Allow users to turn to previous step.
[Feature Request] Allow users to return to previous step.
Feb 15, 2023
I'm not sure how this would work since each prompt is detached from the rest. Once a prompt has finalized, the library has no reference to it any longer.
One plausible way would be via the group utility. Maybe we can pass hooks to each prompt initializer to go back and forward in history within the group. There we would could potentially store references to each prompt and provide a mechanism for them to clear themselves.
I was trying the clack demo on https://www.clack.cc/ and was surprised I could not go back to a previous step to fix a mistake.
I guess the more the UX feels like a form, the more you expect form-like behavior. (For instance, my first intuition was to use Shift+Tab to “tab back” to the previous input.)
I think this is a good feature in some scences.
The text was updated successfully, but these errors were encountered: