Hi Jmix Support team,
Currently we are facing an issue while using a method from the ViewValidation class viewValidation.validateUiComponent(Component component) when the components is inside of a Jmix TabSheet’s Tab that is hidden or not selected (in the background).
From my observation this is probably because the components are treated as disabled when they are in unselected tabs during the validation process? (isEnabled() = false) and that the method will ignore the components that are disabled.
Could you please verify the behavior of this, and also how can we validate all of the components/fields, including the ones behind “hidden” tabs during an event such as “saveBtnClick” for example, since previously in CUBA it will validate all the components alongside the ones in unselected tabs.
Best Regards,
Wei Jian.