Visibility condition not working informs

First time reporting a bug? Refer to our Start Here post.


Click here to see issue

Visibility condition not working when I use form, but seems to work when I use collection/list.

If you look at the Score Input entry, you added a placeholder (suggested text). You did not set the Default Value (the actual stored value). Since you did not set the default value, the visibility condition sees it as empty.

But backing up a bit, I assume you do not want the user to change the Score Input units. I would remove that component and instead add a Values component that directly passes the units through the form without baby type of entry component. Try that. You should be able to set up your visibility condition as before, but if it still doesn’t work, maybe try displaying the Units in a regular Text component instead of an entry component.

1 Like

Tried it here: Attempt 2 | Loom