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
When I try to set the filterDisplays in the menu. That field for entering a filter throws out an error in reading the object. But the filter field is just a string. When I set the filters object as I read in another report, I get an additional field that I don’t need.
Describe the bug
When I try to set the filterDisplays in the menu. That field for entering a filter throws out an error in reading the object. But the filter field is just a string. When I set the filters object as I read in another report, I get an additional field that I don’t need.const [filters] = useState({
title: {
const [filters] = useState({
title: {
operator: FilterOperator.AND,
constraints: [ {value: "", matchMode: FilterMatchMode.STARTS_WITH}]
Reproducer
https://stackblitz.com/edit/vitejs-vite-pdxs5b?file=src%2FApp.tsx
PrimeReact version
^9.6.2
React version
18.x
Language
ES6
Build / Runtime
Create React App (CRA)
Browser(s)
Chrome 90
Steps to reproduce the behavior
Open filter menu for hostname and type into InputText
Expected behavior
No response
The text was updated successfully, but these errors were encountered: