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
My usecase is that I would like to generate the choices for the next question in the SlidePrompt based on the inputs the user provided to the previous question. I went through the documentation but did not find relevant information on it.
So to summarize :
Ability to have callbacks which get triggered so that that the state of variables in the program can be changed or functions could be fired in order to facilitate the next set of choices.
Can we also have generic user defined validators just like the Number prompt which is number specific.
Please let me know if I have missed something.
Keep up the great work.
Thanks.
The text was updated successfully, but these errors were encountered:
I was able to implement the custom usecase using the basic ui components and wrapping up in a class.However, keeping this issue open for discussion on callbacks as they would greatly help in making a reusable API.
Hi,
My usecase is that I would like to generate the choices for the next question in the SlidePrompt based on the inputs the user provided to the previous question. I went through the documentation but did not find relevant information on it.
So to summarize :
Please let me know if I have missed something.
Keep up the great work.
Thanks.
The text was updated successfully, but these errors were encountered: