You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've wrapped around an if condition around a div, but it seems to work for some cases and doesn't work for some. I have tried using |length, is defined, is not empty and is not null but none of them work. When I turn dev mode on to see the length of an empty field (entry.fieldName|length), I'm getting the number 61 instead of 0.
The text was updated successfully, but these errors were encountered:
I've wrapped around an if condition around a div, but it seems to work for some cases and doesn't work for some. I have tried using |length, is defined, is not empty and is not null but none of them work. When I turn dev mode on to see the length of an empty field (entry.fieldName|length), I'm getting the number 61 instead of 0.
The text was updated successfully, but these errors were encountered: