Mobile - How to hide an input form section if all inputs are hidden? - HideIfDescriptiveOnly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi!
I'm catching up with some new features in Mobile development.
I saw this in the release notes and wanted to try it out:
I have an input form screen with a section set up with a descriptive element, it's very basic:
The docs says that if I add HideIfDescriptiveOnly attribute to the input form section and set it to true, the section should be hidden if the inputs in it are hidden as well, but I can't get that to work.
I have a UI Rule, that hides the checkbox in the screen, but the section still displaying even when the input is hidden:
So that attribute doesn't seem to be working or maybe I'm missing something.
References:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
@Ramon Cordova I believe it is behaving as expected.
There is a checkbox associated to section though hidden with mobile UI rule. I believe it will hide the entire section if the checkbox is deleted and section has the attribute HideIfDescriptiveOnly set to true.
Please mark the answer correct/helpful accordingly.
