This function concatenates multiple values into a single string
<div{{attribute (concat 'style="max-height: ' maxHeight 'px;"') maxHeight}}></div> Copy
<div{{attribute (concat 'style="max-height: ' maxHeight 'px;"') maxHeight}}></div>
Rest
Array of values
Concatenated string
This function concatenates multiple values into a single string
Example