excid3 / combined_time_select

A Rails time_select like Google Calendar with combined hour and minute time_select

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:start_hour not working

fazelmk opened this issue · comments

<%= f.time_select :time, :combined => true, :minute_interval => 30, :time_separator => "", :end_hour => 21, :start_hour => 09 %>

if I remove :start_hour => 09 it works fine.

parse_time_select! not working too

:start_hour => 9 works but parse_time_select! is not. Got to remove the combined param to use it

and without combined :minute_interval stop working, but minute_step works

start_hour: 6 works well for me

I don't remember what this is about anymore =D. the report is almost 4 years old.
Suppose they fixed in the meanwhile :)