-
Bug
-
Resolution: Fixed
-
Major
-
9.5.1, 9.5.1.3, 9.6.0
-
Security Level: Jimmy
Steps to Reproduce
https://zkfiddle.org/sample/2crdgfr/2-Another-new-ZK-fiddle
Open drop down, select an value
Current Result
Drop down is empty after update
Expected Result
Drop down contains "beep" "bop" after update
Debug Information
Seem to happen after:
Workaround
create a new ListModelList instead of using clear(), and use notifyChange to replace the listmodel in the view.
- relates to
-
ZK-4517 Listheader update issues with invalidatePartial
- Closed