Hi there!
I've been developing my custom Actions with ActionBase class in c# and used the ActionSelector when I want to display an enum type as a dropdown in the UI. However, I got some scenarios where that enum value can be null and based on that, the action will behave differently. Is there any way to not to select any option from the dropdown or any other workaround?
Best,