chingyawhao / materialize-clockpicker

A materialize clockpicker, demo on
http://chingyawhao.github.io/materialize-clockpicker.html
MIT License
141 stars 69 forks source link

Materialize Timepicker does not display well #39

Closed NajwaLaabid closed 7 years ago

NajwaLaabid commented 7 years ago

Hey everyone!

I am using materialize timepicker in my project, and I can't get it to display correctly.

Here's what I get:

screenshot

Here's what I should get:

screen1

Here's my code: demo

`

access_time

<label for="pts_start">Start Time</label>

`

tomscholz commented 7 years ago

You are initializing a datepicker as a timepicker. Please close...

NajwaLaabid commented 7 years ago

@tomscholz my bad I pasted the wrong code. I am working on a fiddle to make it clearer, but I have a problem importing materialize files.

Here's what I have so far: fiddle

tomscholz commented 7 years ago

You forgot to include jquery in your fiddle