How get the value of a range input and pass it to a function #3677
Unanswered
StefanoTesla
asked this question in
1. Help
Replies: 1 comment 1 reply
-
$el.value |
Beta Was this translation helpful? Give feedback.
1 reply
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 got this:
<input @change="??" type="range" x-bind:min="swi.min" x-bind:max="swi.max" x-bind:value="swi.actualValue" class="py-2" />
If I move the slider how can I move the new value to the @change function??
Beta Was this translation helpful? Give feedback.
All reactions