input-moment icon indicating copy to clipboard operation
input-moment copied to clipboard

React datetime picker powered by momentjs

Results 38 input-moment issues
Sort by recently updated
recently updated
newest added

I have added an isValid callback which enables you to lock certain dates. This should be part of what issue #2 is asking. I have had to change the standard...

Get short weekday names from moment locale & use Monday instead of Sunday as first day if moment locale says so.

Add an option to configure which is the first day of week (currently Sunday by default, but I need it to be Monday).

This is a great library👍🏽 I just wanted to recommend an enhancement: The ability to select whether to display military time or 12-hour format. I like the design you got...

Added labels prop to allow labels localization

Hi, When my input-moment calendar loads saved data to show previously selected date, it always selects the current date and not what I saved before. In my FormComponent: ``` ```...

1. take day names and start day of the week from locale 2. make variables names human readable 3. use moment-range for building days range 4. fix bug with extra...

Are the styles intentionally note included in this package? I installed it via NPM, added the component and got a completely unstyled, barely functional date picker.

it would be nice to have the ability to set a min/max date on the component. leveraging the `onChange` callback that's already there with `moment.js` wouldn't be too difficult to...

enhancement