I thought that if I want to conditionally show or hide elements, I should use the built-in “Conditional rendering” feature.
Yet, for modals, as far as I know, the default feature used is “Display”, with a formula condition “if(true,true,false)”.
What’s the difference between these two approaches and which should be used when?
I’d like to use the most efficient feature and remain consistent in my approach.