Anh, does this apply to fields hidden via the CSS display: none;
?
We have some fields that are hidden using that method but still need validation (they are populated programmatically with some custom javascript). It was working fine but this or some other recent change has broken it. If I remove display: none;
the validation works.