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
[ ] Enhancement
[X] Bug
[ ] Question
Please specify what version of the library you are using: [latest]
The time row of the DateTimePicker should stay within its area
The time row of the DateTimePicker overflows in IE 11 (se picture) due to issues with flexbox layout.
Put two DateTimePickers next to each other in a grid and check layout using IE 11:
<div className="ms-Grid-row"> <div className="ms-Grid-col ms-lg6"> <DateTimePicker label="DateTime Picker without seconds" showSeconds={false} onChange={(value) => console.log("DateTimePicker value:", value)} /> </div> <div className="ms-Grid-col ms-lg6"> <DateTimePicker label="DateTime Picker with seconds" showSeconds={true} onChange={(value) => console.log("DateTimePicker value:", value)} /> </div> </div>
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Sorry, something went wrong.
Thanks @robert-lindstrom for reporting and fixing this.
This has just been released in version 1.13.2
1.13.2
No branches or pull requests
Category
[ ] Enhancement
[X] Bug
[ ] Question
Version
Please specify what version of the library you are using: [latest]
Expected / Desired Behavior / Question
The time row of the DateTimePicker should stay within its area
Observed Behavior
The time row of the DateTimePicker overflows in IE 11 (se picture) due to issues with flexbox layout.
Steps to Reproduce
Put two DateTimePickers next to each other in a grid and check layout using IE 11:
Thanks!
The text was updated successfully, but these errors were encountered: