-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
None
-
Affects Version/s: 10.0.0, 10.2.1
-
Component/s: Client MVVM, Components
-
Environment:
OpenJDK 21
Spring Boot 3.5.5
ZK Spring Boot starter 3.2.7.1
ZK 10.2.1-jakarta
-
None
Steps to Reproduce
Create a timepicker, bind the value to a viewmodel variable (MVVM) through `valueInLocalTime`, `valueInLocalDate` or `valueInLocalDateTime` attributes.
Current Result
The value is not bound to the variable in the viewmodel.
It happens since ZK 10.0.0 (works fine with ZK 9).
Expected Result
The value should be correctly bound to the variable in the viewmodel.
Debug Information
See fiddle : https://zkfiddle.org/sample/3c7ica1/2-Timepicker-does-not-bind-values
Workaround