recurring_select icon indicating copy to clipboard operation
recurring_select copied to clipboard

A gem for adding selectors for setting recurring events.

Results 44 recurring_select issues
Sort by recently updated
recently updated
newest added

Based off of `mchen`'s fork, I have wrapped up (I hope) the "recurs until" functionality.

When we try to update a monthly/weekly schedule and trying to select Day of month or Day of week using recurring_select dialog it is passing `count` parameter as a string...

In our app, we allow the user to switch between different translations. We were excited to see that recurring_select offers localization, but it appears that one for one language, that...

Hello, just saw the 3.0 version release but don't see any documentation of what the changes where since 2.x

Documentation & Help

How to change the Recurring text like "Every 4 weeks on Sundays" to something like "Every week on Sunday for 4 weeks"

## Issue Everything was working fine until the modal for the user to configure their own recurrence on the events stopped to showed up any more. It seems that it...

Just upgraded to rails 5 and am getting `Unable to load application: FrozenError: can't modify frozen Array` ``` 17:51:56 web.1 | [1358] * Preloading application 17:51:59 web.1 | [1358] !...

Hi there, I'm trying to use the fr localization but it stays in English. My js file has the two require: ``` //= require recurring_select //= require recurring_select/fr ``` And...

Hello, I have this message when loading js ``` javascript SyntaxError: [stdin]:1:1: unexpected //= ``` Somebody has an idea ? Thnks.