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
[X] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primevue/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=110
Current behavior
In Firefox 97.0, the MatchMode doesn't change and the following error is raised in console: Error in v-on handler: "TypeError: _filters[this.field].constraints is undefined"
In Chrome and Safari the MatchMode changes but the following error is raised: Error in v-on handler: "TypeError: Cannot read properties of undefined (reading '0')"
Expected behavior
It should allot change the MatchMode without raise any error exactly like it happens when datatable "filterDisplay" property is equal to "row". In fact you can change the filterDisplay property to "row" in the CodeSandbox and you can see how the filter works perfectly.
Minimal reproduction of the problem with instructions
Open CodeSandbox with Firefox (In Chrome is raising an error but allows to set a different MatchMode).
Click on the "Name" filter
Select a different MatchMode than "Equals"
Please tell us about your environment:
Firefox 97.0
Safari 15.3
Google Chrome 98.0.x
Vue version:
2.6.11
PrimeVue version:
2.9.0
Browser:
Firefox 97.0
Safari 15.3
Google Chrome 98.0.x
The text was updated successfully, but these errors were encountered:
tugcekucukoglu
added
Resolution: Invalid
Issue or pull request is not valid in the latest version
and removed
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
labels
Mar 4, 2022
CodeSandbox Case (Bug Reports)
Open with Firefox:
https://codesandbox.io/embed/magical-joana-dm709q
Current behavior
In Firefox 97.0, the MatchMode doesn't change and the following error is raised in console:
Error in v-on handler: "TypeError: _filters[this.field].constraints is undefined"
In Chrome and Safari the MatchMode changes but the following error is raised:
Error in v-on handler: "TypeError: Cannot read properties of undefined (reading '0')"
Expected behavior
It should allot change the MatchMode without raise any error exactly like it happens when datatable "filterDisplay" property is equal to "row". In fact you can change the filterDisplay property to "row" in the CodeSandbox and you can see how the filter works perfectly.
Minimal reproduction of the problem with instructions
Please tell us about your environment:
Vue version:
2.6.11
PrimeVue version:
2.9.0
Browser:
The text was updated successfully, but these errors were encountered: