gitana / alpaca

Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.
http://www.alpacajs.org
Other
1.29k stars 371 forks source link

libraries necessary for the time picker to show up #589

Open punto- opened 6 years ago

punto- commented 6 years ago

Hi. I'm trying to use a time picker, I'm using this test:

https://pastebin.com/dkQzvgr7

I put the "datetime" format on the field, but it shows up as a text input. I assume I need to add extra javascript libraries on the header needed for the time picker, is there any example where I can get the lines I need to copy to my header?

Thanks!

ambischof commented 6 years ago

You need https://github.com/Eonasdan/bootstrap-datetimepicker

erny commented 6 years ago

This could be closed.