Filter node, unable to select different constraint.
I’ve tried with different browsers, different versions of N8N
What is the error message (if any)?
None, The selection stays on the default value (string, is equal to), when selecting something else. Very rarely some strange selection picks and cannot be changed in the same way
Please share your workflow
Just trying to replicate the google calendar scheduling subflow example from n8n with a newer release. removed sensitive info.
Share the output returned by the last node
Information on your n8n setup
n8n version: (stable 1,83.2, next 1.84.1)
Database (default: SQLite): Sqlite
n8n EXECUTIONS_PROCESS setting (default: own, main): main
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
After digging deeper, I have found that there is an error in the developer console every time i try to change the selection:
Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.
Element with focus: div
Ancestor with aria-hidden: <div class="el-popper is-light el-popover el-fade-in-linear-leave-active el-fade-in-linear-leave-to" tabindex="-1" aria-hidden="true" role="tooltip" id="el-id-3683-596" data-popper-reference-hidden="false" data-popper-escaped="true" data-popper-placement="right-start" style="z-index: 2132; position: absolute; inset: 111.6px auto auto 1881.6px; width: auto; padding: var(--spacing-3xs) 0;">…</div>