1 - The list does not appear after pressing the Apply Filter button. After the filter is applied, I cannot see which filter I applied. 2 - When adding the 2nd filter, it removes the first filter from the UI, which prevents me from adding 2 different conditional filters. 3 - In the “Select Operator” box, the following items are not visible due to the height of the box. I cannot scroll down with the mouse wheel, only with the keyboard. Important: This happens when we first open the filter box. It is fixed if you select an operator and then click again.
Tested Opera/Chrome/Edge Appwrite 1.7.4 & Appwrite Console 6.1.2 Appwrite 1.7.4 & Appwrite Console 6.1.6 Appwrite 1.7.4 & Appwrite Console 6.1.20
Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...