-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard input doesn't work with minutesGap != 1 #103
Comments
* bugfixes: ! fix endings * bugfixes: + throw error if default minute doesn't fit to minutesGap * bugfixes: + don't set minutesGap to 1 if value null or undefined (issue #98) * bugfixes: * change time with minutesGap by using arrows (issue #103) * ! lint fix * feature/issue89: + add preventOverlayClick prop
Updated the timepicker, so that you can change time by keyboard arrows including minutesGap. Hope it wiil help you |
@Agranom would it be possible to display the message "* use arrows (⇅) to change the time" only when the time is focused? And is there an option to customize the message, typically for translation? |
yes, it would. I'll include it in the next release
Not for now. I have and idea to add locales, and maybe somehow ii can be combined |
* issue109: ! fix bug with dead zone in 12 or 00 time section * issue108: + add hourSelected event emitter * + add test case * issue112: + add opened event emitter * + add linter to travis CI * issue103: * show/hide dial hint onFocus/onBlur dial control * * update changelog and version
If minutesGap is != 1 then the keyboard input doesn't work: we only can tip 0.
The text was updated successfully, but these errors were encountered: