DomTemplate icon indicating copy to clipboard operation
DomTemplate copied to clipboard

Token modifier: Inverse token modifier

Open g105b opened this issue 8 months ago • 0 comments

There's already an inverse boolean modifier, so I would like to see an inverse token modifier, so I can toggle a class if a parameter is FALSE rather than TRUE.

<div class="whatever" data-bind:class=":!showWhatever hidden">

rather than:

<div class="whatever" data-bind:class=":hideWhatever hidden">

g105b avatar Oct 27 '23 11:10 g105b