Replies: 2 comments 2 replies
-
|
You'd need to write a custom type to do this, but it should be possible, as the |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions