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
I'm trying to display a MultiSelectionPrompt where some of the choices needs to be selected (read only)
I tried .Require() but AFAIK it does let the user change the selection? (is there any other method I should consider?)
If no solution exists it would be nice to have something like
.ReadOnly()
or
.Select(bool readonly)
Currently I need to exclude these choices and display them in some other way.
If above makes sense (or if this can be done in a more efficient way) I could try to submit a PR :)
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered:
I'm trying to display a MultiSelectionPrompt where some of the choices needs to be selected (read only)
I tried .Require() but AFAIK it does let the user change the selection? (is there any other method I should consider?)
If no solution exists it would be nice to have something like
.ReadOnly()
or
.Select(bool readonly)
Currently I need to exclude these choices and display them in some other way.
If above makes sense (or if this can be done in a more efficient way) I could try to submit a PR :)
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered: