I tried to make this work : ``` html <fa-container-surface fa-size="tiles.size">... ``` but it wouldn't apply the size. After I turned to : ``` html <fa-container-surface fa-options="{size: tiles.size}">... ``` it worked. But this is tricky and unexpected ! Can it be fixed ?
I tried to make this work :
but it wouldn't apply the size. After I turned to :
it worked. But this is tricky and unexpected !
Can it be fixed ?