Dev Tools · 2h ago
Formbricks bug made 'doesNotEqual' always true for single-select
An open-source survey platform, Formbricks, had a bug where the 'doesNotEqual' condition always returned true for single-choice questions due to inconsistent array handling. The fix ensures the operator correctly negates 'equals' by properly comparing single-element arrays. The issue was reported and resolved in the client-side survey runner logic.
Meridian48 take
A subtle data-type mismatch in survey logic can break branching entirely, underscoring how even trivial-looking bugs can derail user experience.
Read the full reporting
Clear the Lineup — doesNotEqual was always true for single-select survey answers in Formbricks →
DEV Community
open-source-bugsurvey-logic