Show/Hide static display type. Useful when you want to present specific info for a dropdown selection.
UI required boolean should take into account if the field is hidden or not. Right now if you have a selection that hides a required input you won’t be able to save the action as it will keep telling you that a field is required.
this means require this field only if the other field called oauth_type has the value 'client'
Usually you will choose the other field here that toggles the show/hide
Oh. That’s perfect.
It should probably be added to the docs.
Thanks!
Edit: Can I use an array for requiredFieldValue? Require this field only when this field has value 1 OR value2? This is actually my use case for Nano ID. Alphabet field should only be required when a dropdown is value1 or value2