siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
198 stars 67 forks source link

DateTimePicker selecting Minutes/Hours/Seconds above maximum does not set the field to 0 #703

Closed neunteufelflorian closed 1 year ago

neunteufelflorian commented 1 year ago

What happened?

image

Increasing the Minutes from 59 to 60 via the Button above the minutes does not set the field to 0 as shown in the Demo, but instead it stays at 59.

The same is happening for hours (23) and seconds (59)

What type of frontend frameware are you seeing the problem on?

Angular

Which version of iX do you use?

v1.4.0

Code to produce this issue.

No response

goncalosard commented 1 year ago

@danielleroux @nuke-ellington Tested in the current version and this is no longer happening. It works correctly, it goes from 59 to 0 currently.