-
|
Hi! Does For example, I might want to have a parameter I guess this can be simulated with |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Or, easier for users answering the question, the |
Beta Was this translation helpful? Give feedback.
-
|
And you may consider our |
Beta Was this translation helpful? Give feedback.
-
|
With the help of previous answers: I found But, actually, I found that for other use cases there is also a tag:
type: str
choices:
- A
- B
- COf course, |
Beta Was this translation helpful? Give feedback.
With the help of previous answers:
I found
yamlto be enough for me.But, actually, I found that for other use cases there is also a
multiselect. One can also do this instead of using some other validations:Of course,
multiselect: truewithchoices:will only work for simple cases