Hi,
for some reason DateTimeInput control behavior in my app is different than the behavior of this control in the explored website:
http://veui5infra.dhcp.wdf.sap.corp:8080/sapui5-sdk-dist/explored.html#/entity/sap.m.DateTimeInput/samples
In all browsers:
via website scroll Up the mouse wheel move the value Down: 1990 -> 1989
and press on UP keyboard button move the value Down: 1990 -> 1989
via my app scroll Up the mouse wheel move the value Down: 1990 -> 1989
but, press on UP keyboard button move the value Up: 1990 -> 1991
The keyboard buttons behavior is different even though the properties I've declared are not related to the keyboard:
Any Suggestions?