We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting input minuteStep to undefined on timepicker will set time to null when decreasing minutes, and it will act normal on increasing minutes.
Expected: throw an error that minuteStep is undefined, or get notified somehow.
Angular: 7.0.1
ng-bootstrap: 4.0.0
Bootstrap: 4.0.0
The text was updated successfully, but these errors were encountered:
https://github.com/ng-bootstrap/ng-bootstrap#you-think-youve-found-a-bug
Sorry, something went wrong.
Stackblitz : https://stackblitz.com/edit/angular-ngbtimepicker-minutestep
fix(timepicker): handle setting hour/minute/second step to 'undefined'
34baece
Fixes #2851 Closes #2903
No branches or pull requests
Bug description:
Setting input minuteStep to undefined on timepicker will set time to null when decreasing minutes, and it will act normal on increasing minutes.
Expected: throw an error that minuteStep is undefined, or get notified somehow.
Versions of Angular, ng-bootstrap and Bootstrap:
Angular: 7.0.1
ng-bootstrap: 4.0.0
Bootstrap: 4.0.0
The text was updated successfully, but these errors were encountered: