vue-js-toggle-button icon indicating copy to clipboard operation
vue-js-toggle-button copied to clipboard

reverse button switch state

Open atheleron opened this issue 5 years ago • 1 comments
trafficstars

Hi

is there a way to reverse button switch state ?? so that false value becomes true and true value becomes false

I have tried with sync="true", value="isComputed" but if sync is set to true button is disabled and if sync is set to false value is ignored and if I use v-model then value is overwritten

atheleron avatar Apr 14 '20 15:04 atheleron

@atheleron You can do it with this library

juliandreas avatar Jul 22 '20 10:07 juliandreas