"time" inputs default values?

(OK, silly ? time) (Yes, I have checked the docs - they are inadequate in this area)

I am trying to create an input field for the time and trying to set reasonable defaults.

Every example I find just has this:

    input "fromTime", "time", title: "From?", required: false

Based on what I’ve seen, I’ve tried defaultValue, description and default

The field shows the “description” value in the text field, but it’s actually null and when it opens up it shows the current time.

What am I missing?

TIA!

I also want to know this, did you figure it out?