- From: Dmitry IV. <notifications@github.com>
- Date: Thu, 22 Oct 2020 15:28:48 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 22 October 2020 22:29:00 UTC
Not having negation `<button disabled="{{ !selected }}">+</button>` would make js parts super verbose.
Also, possible syntax for loops, conditionals
```
<ul class="todo-list" :for={{ item in todos }}>
<li class="todo-item" :if={{ !item.done }}>{{ item.text }}
</ul>
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/682#issuecomment-714797439
Received on Thursday, 22 October 2020 22:29:00 UTC