openui5 icon indicating copy to clipboard operation
openui5 copied to clipboard

When binding TimePicker value property to '24' and support2400=true; control displays '00' instead '24:00'

Open costa-satsati opened this issue 4 years ago • 1 comments

SAPUI5 version: 1.71.40

Browser/version (+device/version): Chrome

URL (minimal example if possible): https://sapui5.hana.ondemand.com/#/entity/sap.m.TimePicker/sample/sap.m.sample.TimePicker

example model:

"TP6": {
		"format": "HH:mm:ss",
		"support2400": true,
		"value": "24:00",
		"placeholder" :"Enter meeting start time"
	}

Steps to reproduce the problem:

  1. TimePicker bound to above model

What is the expected result? Control displays "24:00"

What happens instead? Control displays "00:00"

costa-satsati avatar Apr 28 '22 04:04 costa-satsati

Hello @costa-satsati,

Thank you for sharing this finding. This issue has been already reported to us. The status of the issue will be updated here in GitHub.

Best Regards, Boyan Rakilovski

unazko avatar Apr 29 '22 09:04 unazko

Issue was fixed already with 49b23ee97df2bf625d2945dcae6174e5ee774242 in master and d42376aa6e3591844f1718c000a50cef14d831fa in 1.71

flovogt avatar Dec 15 '22 11:12 flovogt