Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有三个选项卡的手风琴面板,每个选项卡都有表单提交的必填字段。我想在执行提交操作时验证必填字段。但是验证发生在选项卡更改期间,我不想要这个功能,所以如何在表单提交期间删除它并验证整个表单。请给我一些指导。
您应该将您的设置accordionPanel为不被动态加载:dynamic="false"
accordionPanel
dynamic="false"