Skip to content

Commit

Permalink
fix for date picker, bump to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tieniber committed Feb 17, 2022
1 parent 7ac16ac commit ed59e72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified dist/GridSearch.mpk
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GridSearch",
"version": "3.2.1",
"version": "3.2.2",
"description": "Search Mendix Grids and Lists using a number of search widgets.",
"license": "Apache 2",
"author": "Eric Tieniber",
Expand Down
4 changes: 3 additions & 1 deletion src/GridSearch/widget/GridSearchMX.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ define([
type: "mxui.widget.DatePicker",
params: {
placeholder: "",
format: ""
format: "",
mode: "date",
selector: "date"
}
};
}
Expand Down

0 comments on commit ed59e72

Please sign in to comment.