You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
This is caused by the --focus class not being applied, so it seems a bug in pickadate.js.
As you are including a custom pickadate.js version, I haven't raised this (yet) with pickadate.js.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. You're right that it's caused by the .ms-DatePicker-picker--focused class not being applied in the latest version of Pickadate. For this bug we can actually just update our styles to target only the .ms-DatePicker-picker--opened class. I'll submit a pull request for this.
When creating `uif-datepicker` directive, bug found in Office UI Fabric v2.0.1 when using latest version of `pickadate.js`. Reported as OfficeDev/office-ui-fabric-core#336.
[ci skip]
andrewconnell
added a commit
to ngOfficeUIFabric/ng-officeuifabric
that referenced
this issue
Feb 11, 2016
When creating `uif-datepicker` directive, bug found in Office UI Fabric v2.0.1 when using latest version of `pickadate.js`. Reported as OfficeDev/office-ui-fabric-core#336.
[ci skip]
andrewconnell
added a commit
to ngOfficeUIFabric/ng-officeuifabric
that referenced
this issue
Feb 11, 2016
When creating `uif-datepicker` directive, bug found in Office UI Fabric v2.0.1 when using latest version of `pickadate.js`. Reported as OfficeDev/office-ui-fabric-core#336.
[ci skip]
When using latest pickadate.js (@3.5.6) there is an issue with the z-index:
Plunkr 3.5.3 (works)
Plunkr 3.5.6 (z-index issue)
Just click on the first datepicker.
This is caused by the --focus class not being applied, so it seems a bug in pickadate.js.
As you are including a custom pickadate.js version, I haven't raised this (yet) with pickadate.js.
The text was updated successfully, but these errors were encountered: