time-picker icon indicating copy to clipboard operation
time-picker copied to clipboard

React TimePicker

Results 79 time-picker issues
Sort by recently updated
recently updated
newest added

## Motivation While testing with users, we found that users were often entering times like 11am or 12:30 and confused when the time picker wouldn't change to save those times....

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

when time-picker is used with react-bootstrap Modals / Popovers / Overlays and you click on time it makes Modals / Popovers / Overlays close because this event happens outside container...

Bumps [rc-trigger](https://github.com/react-component/trigger) from 4.4.3 to 5.2.9. Release notes Sourced from rc-trigger's releases. v5.2.9 perf: nested Trigger should not force render when ancestor Trigger render (#270) 12694f3 https://github.com/react-component/trigger/compare/v5.2.8...v5.2.9 v5.2.8 fix: popupStyle...

dependencies

Bumps [np](https://github.com/sindresorhus/np) from 6.5.0 to 7.5.0. Release notes Sourced from np's releases. v7.5.0 Fix showing files added since the last release (#595) 626aed6 https://github.com/sindresorhus/np/compare/v7.4.0...v7.5.0 v7.4.0 Add support for custom commit...

dependencies

Reproduce: 1. Use 12 hour format 2. use (moment) format `h:mm a` 3. `disabledHours `= '12' (array is not disabling hours) Then seeing 1, 2 & 12 are disabled

Hey there, I forked this library and I've made a bunch of changes including some accessibility improvements. Thought I'd share so you could pull some changes back upstream if you...

When hoursStep/minuteStep/secondStep is defiend, user can not type values which don't match defined step, because picker considers them as invalid. For instance: set minuteStep=5 and try to type 14 minutes...

I used timepicker inner my modal window which to have scroll yourself. And eventualy picker container fixes relative window how i find out. sorry for my bad eng)

I want to restrict time picker to show range like from 10:00 to 20:00. And I should be able to select a time from this range only. So does this...