How to hide seconds from input type time?

Hey! I am trying to hide the seconds part in input type time. Is there a way to achieve this? I discovered the seconds are added by attr. “step” but I have no idea how to force set this attr. on page load for example. Any ides? Thanks!

Anyone point me in the right direction please? The seconds are really annoying.

I was trying to force the “step: 60” attribute but unfortunately no luck :C