Replies: 1 comment
|
Noticed the piece of code that sets the form input for |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Having trouble using
felte's setter functions for radio button inputs in svelute (implemented usingbind:group).Updating form values via felte's setter function doesn't seem to affect radio inputs that use
bind:group(I assume as it doesn't usevaluefield). I tried intercepting the changes viaon:inputoron:changeto no avail.All reactions