Allow multiple on button toggle, can be usefull for mix the option.
@furyscript - It wouldn't be much of a toggle, if you have multiple selectable buttons, would it?
And, you can build your own selectable button group with QBtnGroup.
https://quasar.dev/vue-components/button-group
Scott
yes can be an alternative, but how can I set the active state? By managing my own class and v-model?
With a multiple options the v-model can be like [true, false, true] (example) and it's easily to manage.
Tell me if I'm wrong :)
Are you looking for something like this?
https://codepen.io/smolinari/pen/jOOqydm?editors=1010
Scott
Oh yes, more easily than I expected :) so isn't very important feature to do :)
Great. Then I'll go ahead and close this issue.
Scott
Most helpful comment
Are you looking for something like this?
https://codepen.io/smolinari/pen/jOOqydm?editors=1010
Scott