Skip to content

Commit

Permalink
fix(core): latest Flatpickr breaks Date Filters/Editors (#558)
Browse files Browse the repository at this point in the history
- there are a few new bugs created by the latest Flatpickr version, for now it's best to fix our version to 4.6.3 which is fully working
  • Loading branch information
ghiscoding committed Aug 12, 2020
1 parent 9a44225 commit d6e0bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@ngx-translate/http-loader": "^4.0.0",
"dompurify": "^2.0.10",
"excel-builder-webpacker": "^1.0.5",
"flatpickr": ">=4.5.0",
"flatpickr": "4.6.3",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"jquery-ui-dist": "^1.12.1",
Expand Down

0 comments on commit d6e0bef

Please sign in to comment.