[Request] Select
or Multi-Select
provide disable
option in @clack/prompts
#184
Labels
enhancement
New feature or request
As the title suggests, is it possible to provide a
disable
props in the options so that we can skip selecting it when we select it.{ value: 'value', label: 'label', + disabel: true }
I want to show it when disabled without filtering it out.
The text was updated successfully, but these errors were encountered: