-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
All filters are disabled if the first field in the select has disableListFilter=true
#10110
Comments
I think this happens because the WhereBuilder / Condition components add, by default, the first available collection to the filter. In your case, that just so happens to be one where Solution here would either be to remove disabling of the initial collection select, or to prevent adding the initial collection to the where builder if it has I can look into this one. |
This issue has been automatically locked. |
🚀 This is included in version v3.13.0 |
Describe the Bug
In the reproduction the User has to new fields
toDisable
andother
. WhentoDisable
hasdisableListFilter
set totrue
the whole filter is disabled, althoughother
should be available for selection.Link to the code that reproduces this issue
https://github.com/tylkomat/disabled-list-filter-bug
Reproduction Steps
User
collectionUsers.ts
and setdisableListFilter
to falsetoDisable
andother
fields are available for filter selectionWhich area(s) are affected? (Select all that apply)
area: ui
Environment Info
The text was updated successfully, but these errors were encountered: