Edit this page

up.form [up-hide-for]
HTML selector

Hides this element if an input field with [up-switch] has one of the given values.

See [up-switch] for more documentation and examples.


Modifying attributes

[up-hide-for] optional

A list of input values for which this element should be hidden.

Multiple values can be separated by either a space (foo bar) or a comma (foo, bar). If your values might contain spaces, you may also serialize them as a JSON array (["foo", "bar"]).