Advanced radio button usage

0
Hi Currently we are struggling with the implementation of a radio button functionality. The scenario we have is the following: On the top we have a radio button with 2 possible options. Depending on the option selected a second radio button is shown. This radio button should have 2 permanent options and then 4 options which are dependent on the option selected in the 1st radio button.   So what we are looking for is a possibility to make the visibility of some options conditional. Is there any easy way to do this or would we need to make different enumerations for each possibility?
asked
3 answers
0

Easiest way is to set it up as multiple enums. You would get a page like this

Depend visibility of Enum3 on the choice in Enum1. Then set a "OnChange" microflow for Enum2 to clear Enum3 input, and for Enum3 to clear Enum2 input. At least, i thought it was not the case that when a microflow changes something, the on change would be executed, so this is not an endless loop.

answered
0

That will be multiple enums. It is not possible to hide / show enum items conditionally.

answered
0

There is an widget for that: https://appstore.home.mendix.com/link/app/56183/Finaps/EnumSelector

Regards,

Ronald

 

answered