Closed tylersticka closed 8 years ago
{{defaultTo something fallback}} is one of my favorite helpers. While writing up cloudfour/drizzle-builder#82, I wondered if it might make sense to accept one or more arguments, returning the first one that evaluates truthy?
{{defaultTo something fallback}}
Example:
{{defaultTo something somethingElse "okay, fine"}}
I can't think of an argument against this behavior. 👍
{{defaultTo something fallback}}
is one of my favorite helpers. While writing up cloudfour/drizzle-builder#82, I wondered if it might make sense to accept one or more arguments, returning the first one that evaluates truthy?Example: