Changing boolean custom filters is not possible
Closed this issue · 2 comments
robbykrlos commented
This is a bug.
Prerequisites
- Are you running the latest version?
- Are you reporting to the correct repository?
(enso is made of many specialized packages: https://github.com/laravel-enso) - Did you check the documentation?
- Did you perform a cursory search?
Description
You can simulate this on your demo site, if you put a filter on is_active on Users table, and start with the initial filter on true
, but decided to change it afterwards on false
, it will not work, and you cannot trigger the control to close by clicking outside.
MOVED TO RIGHT PROJECT: enso-ui/tables#36
robbykrlos commented
MOVED TO RIGHT PROJECT:
enso-ui/tables#36
robbykrlos commented
Fixed by "@enso-ui/directives@2.0.13"