Display Rules
Showing or Hiding Fields: You can use rules to show or hide specific fields based on user choices. For example, hiding a 'Buttons' unless the user selects a certain option.
We can use the FlowerRule component to hide a part of the UI according to certain rules.
If the 'alwaysDisplay' property is passed, however, the component will not be automatically hidden, but a 'hidden' property will be provided when the rules are not met.