SolidJSS
SolidJSโ€ข4y agoโ€ข
14 replies
bigmistqke

Show-tag with callback for multiple values

hi all ๐Ÿ‘‹

Is there currently a way to use the Show tag in the callback-form to validate and pass on multiple values? Something like
<Show when={[var1, var2]} keyed>
  {
    ([var1, var2]) => (...var1_and_var2_are_trueish)
  }
</Show>
?
Was this page helpful?