在表单中,我使用PageableListView来迭代 TextFields。但是当我提交表单时,它只验证 PageableListView 的当前页面。当我回到例如。第 1 页我填写的所有值都消失了。
当我将 PageableListView 更改为标准 ListView 时,一切正常——验证和提交。
我在 ListView 中设置:setReuseItems(true)。
如何验证 PageableListView 中的所有项目?
在表单中,我使用PageableListView来迭代 TextFields。但是当我提交表单时,它只验证 PageableListView 的当前页面。当我回到例如。第 1 页我填写的所有值都消失了。
当我将 PageableListView 更改为标准 ListView 时,一切正常——验证和提交。
我在 ListView 中设置:setReuseItems(true)。
如何验证 PageableListView 中的所有项目?