-
Notifications
You must be signed in to change notification settings - Fork 25
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
[BUG] - Keyboard input in v15.1.4 is difficult to use #58
Comments
So now I need to revert what I did for #49 |
The changes for #49 are still important, but it seems like those changes uncovered some other time parsing oddities. |
@cjohnston-nuvalence I just published the revert for that fix. |
This is solved by v 15.1.5 |
Hi @cjohnston-nuvalence can you please check how the input at the bottom of the page behaves? https://stackblitz.com/edit/ts-angular-13-web-container-starter |
That behavior looks pretty good except in one case.
After the "1" is entered, the value is set to "10" and cursor is placed at the end of the input which ends up ignoring the "5" |
@cjohnston-nuvalence hehehe I came across the same behaviour... EDIT REEDIT |
Describe the bug
I believe changes made to fix #49 made it more difficult to enter time with the keyboard.
To Reproduce
Stackblitz: https://stackblitz.com/github/cjohnston-nuvalence/ngx-mat-timepicker-keyboard
If I want to enter a time with "35" as the minutes by the keyboard, for example, there are a couple of ways to do it and each has issues.
All scenarios assume a timepicker with
[enableKeyboardInput]="true"
set.Scenario 1:
Scenario 2:
Scenario 3:
Expected behavior
In all scenarios the minutes should be set as 35
Desktop (if execution):
** Versions
The text was updated successfully, but these errors were encountered: