How can I set an element style's visibility to hid...
# compose-web
u
How can I set an element style's visibility to hidden/visible by compose?
h
Do you really want to hide it, but still have it in the dom? then just use
attrs("visibility", "hidden")
. Alternative use
if
.