Multiple inputs, same name/value. #254
Unanswered
timothyallan
asked this question in
Q&A
Replies: 0 comments
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.
-
I am trying to create a range slider with a text input next to it in order to allow users to either slide or manually enter the value in SolidJS. I can use a combination of createField and onMount to initially sync the values, but on something like a form reset, I can't detect that felte has changed the value of the range slider, and update the textbox accordingly (or vice versa if I swap what felte is controlling). Is anything like this possible?
Beta Was this translation helpful? Give feedback.
All reactions