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
@@ -2380,10 +2377,12 @@ function zem_contact_if($atts, $thing = null)
2380
2377
h4. Attributes
2381
2378
2382
2379
* @class="space-separated values"@<br /> Set the CSS @class@ name of the option. Default: @zemOption@. To remove @class@ attribute from the element entirely, use @class=""@.
2383
-
* @label="text"@ %(warning)required%<br />Text label of this option displayed to the user.
2380
+
* @label="text"@<br />Text label of this option displayed to the user.
2384
2381
* @selected="boolean"@<br />Whether this item is selected, May also be specified in the container tag's @selected@ attribute. Available values: @1@ (yes) or @0@ (no).
2385
2382
* @value="text"@<br />The value associated with this option when submitted. Default is the label.
2386
2383
2384
+
Without a @label@, it will take on the container or, failing that, the given @value@. Without a @value@, it will take on the container or, failing that, the given @label@.
0 commit comments