Richard O'flynn
Richard O'flynn
i haven't removed RadioTileGroup yet - I'm fighting to keep it - everything is still backwards compatible?
> > i haven't removed RadioTileGroup yet - I'm fighting to keep it - everything is still backwards compatible? > > Save it for another PR grunting to self.
> @ispyinternet take a look at this: https://svelte.dev/repl/bf4a1ebbe12b49d38f0fcd15ca782a04?version=3.30.1 > > > > It supports three use cases using component composition: > > > > ## 1) Binding w/ a single...
So I've fixed the binding bug, since this is a new component, do you want to include support for `light` at the group level?
Hi @metonym did you get a chance to review this and do you want me me to look at anything? Cheers.
I'm pretty sure it does, but I assumed that you would want to validate that yourself before commiting to master. I had asked myself if there were any way to...
Ok ill get this sorted.
> In the third use case ("controlled"), I am able to reset the selectedValues, but when I click on the one of the tiles the selectedValues is incorrectly updated. @metonym...
> @ispyinternet Perhaps I was unclear. Take the Svelte REPL as a direct reference. > > > > > That is, we can either supply an array of scalars, or...
@metonym I have to admit I'm stumped on the last example. I can't get an atomic update of the store. Basically, I'm reasoning that as the control updates the each...