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

Inserts ":" before the Select Tag

MJLang opened this issue · comments

I'm using the Gem with Rails 4.0.0.beta1.

Whenever I try to create the Time Select, it inserts a ":" right infront of the tag.

Edit:
Duplicate of #5

Did that fix the problem for you in #5 ? I haven't tested this in Rails 4 yet.

Adding in the

:time_seperator => ""

resolves this issue, as mentioned in #5