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

Possibility to set a "Save" button text.

Add a "Today" button to bring the calendar to the current month, year and day.

Sorry for filing so many tickets, but I have another feature that would be really handy. Right now there's no way to open the calendar on the time-picking tab. This...

enhancement

Allows you to select an initial tab in case you want to go straight to the time picker, also allows hiding of tabs to ensure users stay on the given...

enhancement

I'm very pressed for time and unable to submit this as a standalone pull request, but I have added support for it in my fork here: https://github.com/aikar/input-moment Hoping you can...

enhancement

Hello! I'm trying to add a validation to the component, conditionally setting state in the onChange callback. It seems it doesn't work really well due moment.js object mutability. See the...

bug

Currently the only way to set time is with the sliders. Would be very helpful to be able to enter hours and minutes with the keyboard in addition to the...

enhancement

By next/prev buttons I'm referring to the buttons above the calendar that let you jump to the next or previous month. I have a use case where it is not...

enhancement

Hi there, I have downloaded your files from dist. I am doing this without node. This is my code: ``` ``` However `InputMoment` is not defined. Can you please show...

bug

Fat arrow function did not pass the actual event object to the handler, where it is required.