Native Time Input in bubble?

Hello Everyone :wave:

I am building a native mobile bubble app
Is it possible to display only “Time input” like this :point_down:

Do we have any plugin to do this ?
or
Can somebody guide me how to do this please ?

Thanks :pray:

I guess you could use an html element like this:

<input type="time" step="any" id="StartDate" name="StartDate" value="05:00">

Then use the toolkit plugin. Run Javascript and access the selected value of the html element.

1 Like

Hi @daviddr17 Thanks a lot :pray:
I will try it & let you know