Replies: 2 comments 2 replies
|
You'd need to write a custom type to do this, but it should be possible, as the |
2 replies
|
Looks like this might still be actively affecting users, encountered this same thing and it looks like you would definitely have to custom type this. Tried several differently typed objects and expansion methods, including using the future annotations import with no luck for extra info. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to dynamically set the choices on a
click.Choiceoption?The added complexity here is that, depending on the value of an option set on a group, the value will change.
Here is a small example of what I am trying to achieve:
This works fine when you do not provide the
-cargument explicitly, but fails when you do with the following error:I have tried the following:
-cargumentKind regards
All reactions