I thought about not including selectable=".." and that works
as long as the default is false. But it is not a great solution, as the
default might be true in some cases.
I wonder about this:
<client-list
clients="{clients}" selectable="{true}">
I am guessing this looks for a variable in
the scope called 'true' e.g. scope['true'], then it would be
undefined, therefore it doesn't show. Maybe I should open an
issue about this. What others expect from this?