perak / kitchen-examples

Meteor Kitchen examples
164 stars 115 forks source link

Field "time" doesn't work #35

Closed dearamy closed 8 years ago

dearamy commented 8 years ago

Hi Perak It's me again, thank you for your patient and your amazing kitchen! Somehow I can't use the time field in the data-view example

The json file seems quite right { "name": "time", "title": "Time", "type": "time", "default": "now", "required": true, "format": "hh:mm", "searchable": true, "sortable": true, "exportable": true, "input": "text", "show_in_dataview": true, "show_in_insert_form": true, "show_in_update_form": true, "show_in_read_only_form": true, },

And the "add new" shows the default time right too. But for some reason it doesn't produce any template events in the .js file and my browser give me an error "Exception in template helper: TypeError: s.toUpperCase is not a function" every time I insert a data with time.

perak commented 8 years ago

@dearamy are you using latest meteor-kitchen v0.9.61?

dearamy commented 8 years ago

I'm using Meteor Kitchen v0.9.57 on Windows 10, it seems like the latest version for windows

dearamy commented 8 years ago

I was wrong, I just download the 0.9.61 meteor-kitchen and it works well

perak commented 8 years ago

Great, so.. closing this issue?