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

Date option is not accessible through keyboard, can only selected with mouse.

In the example component (https://wangzuo.github.io/input-moment/), when I manually set the tabindex as 0, Screen reader is not announcing proper information while navigating on dates of calendar. Observation: When focus moves...

Focus indicator is not visible under input moment controls on date and time, previous and next icon control.

Hello, We are failing on accessibility testing due to date number and time slider are not accessible with keyboard. I can add tabindex = 0 to those td elements but...

## What's new on this PR? - New optional prop `minDate` for `InputMoment` component. - New optional prop `maxDate` for `InputMoment` component. - Next & previous month buttons disabled depending...

fixes https://github.com/wangzuo/input-moment/issues/76

ERROR in ./index.js Module not found: Error: Cannot resolve 'file' or 'directory' ./lib/input-moment in C:\Users\ADMIN\Desktop\redux\time @ ./index.js 3:17-46 webpack: Failed to compile.

Where can I find a changelog?

Warning: React does not recognize the `minDate` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase...

1. `npm install react-moment --save ` 2. `npm i input-moment --save` 2a. Above gives me the error: ``` [email protected] /Users/mac1/Dev/A51/FrontendReact/FireRedux └─┬ [email protected] ├── [email protected] ├── [email protected] ├── UNMET PEER DEPENDENCY...