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
I noticed there was a bug when using the static dropdownfilter on IE11 but that bug was already fixed in the code.
Somehow it seems the latest build in the Mendix app store does not have the following change in GridFilter.js
if (outvalue) { this._currentFilter = this.selectNode.querySelector("[value='" + this.selectNode.value + "']").innerText;
I have tested this on a brand new Mendix project with a fresh download of the widget and had the same problem.
I have now locally rebuild the widget and then it seems to be fine.
The text was updated successfully, but these errors were encountered:
Thanks Bart. Indeed there are some changes that haven't been released to the app store yet. I'll be doing that in the next few days I hope.
Sorry, something went wrong.
No branches or pull requests
I noticed there was a bug when using the static dropdownfilter on IE11 but that bug was already fixed in the code.
Somehow it seems the latest build in the Mendix app store does not have the following change in GridFilter.js
I have tested this on a brand new Mendix project with a fresh download of the widget and had the same problem.
I have now locally rebuild the widget and then it seems to be fine.
The text was updated successfully, but these errors were encountered: