Condition not working with Editor WYSIWYG acf fields

I dont know if this is a bug: if I use a condition to show a div if a acf custom filed is empty it just work if that field is not a Editor WYSIWYG acf fields.

For example if I use the condition to show if “phone”(text acf field) is not empty, it work fine, but if I use for example if “observations” (Editor WYSIWYG acf field) is not empty (!=) it’s not working.

To solve this I used a function I made for that ({echo:has_observations}) and it show if return true.

But I would like to know if this is a bug or if I should use other configuration on the condition tab?

Any info on this topic? I try using Not contain instead != but with no success. :confused: