Forms enhancements – visibility driven validation, conditions and rules evaluation
- richardholy
- Member | 1
Hi,
I think the Forms are great and these are my suggestions to take it further:
- Toggle method or an alternative that would take form control as a parameter and hide/display the whole label & value pair.
- Conditions, rules and required driven by visibility set by this method. Why would we validate inputs that are hidden…?
- Hidden controls releasing their conditional rules and toggles. When A control condition toggles B control and B control condition toggles C control, changing A value to condition false would also release the condition evaluations on B and C, so that C visibility is default when B is hidden.
- getValues or an alternative method that returns only visible controls.
Thank you and my respect to the the committers.
Regards,
Richard
Last edited by richardholy (2018-10-17 01:59)