Vue Stepper how to format initial value?

Hi,

I am trying to show time in steppers. So the hours are displayed in one stepper and the minutes are displayed in an other stepper. With the format-value function I can add a leading zero if the minutes are below ten so that it looks like a time stamp. Unfortunally this only works when changing the value with the plus or minus buttons and not when setting the initial value…

Does anybody know how to format the initial value?

Thanks!

Regards,

Peter

Right now it is not doing initial formatting for input, but as i suggest you don’t need text input there? Then you can just pass :input="false" and it will be formatted on init