Could you assist me with implementing a specific requirement in a form? I have an enumeration attribute that allows users to select from multiple radio button options. The challenge lies in displaying a custom tooltip message when a user hovers over a particular option, while keeping the tooltips hidden for the other options. Is there a way to achieve this in the current setup?
asked
Javier Chaves
1 answers
0
Mendix doesn’t provide a built-in mechanism for conditionally showing tooltips for different radio button options directly, so you’ll need to use some custom code (JavaScript) and styling for this.