Mendix Default Radio Button

0
Hi everyone,   I’m trying to implement a radio button using Enumeration. However, I’m having issues on saving the value. Is there any possible way to save the value after selection the radio button? Because I will be using another button to save some data from the page. Thanks in advance   Best regards,   Jonathan
asked
1 answers
0

Hi Jonathan,

 

There are other ways: you can change the setting for “on change” to “call a microflow” or “call a nanoflow” and do the commit there.

 

But is am wondering: what is the actual issue you are having with the “save changes” setting?

 

answered