Skip to content

Commit

Permalink
chore(slider): update demo page
Browse files Browse the repository at this point in the history
Co-authored-by: wattachai <[email protected]>
  • Loading branch information
Nantawat-Poothong and wattachai-lseg authored Aug 15, 2023
1 parent 37301f6 commit fd2fa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/elements/src/slider/__demo__/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
valueFromText.nodeValue = 'From Input:' + e.detail.value;
});
slider.addEventListener('to-input', function (e) {
valueToText.nodeValue = 'To Changing:' + e.detail.value;
valueToText.nodeValue = 'To Input:' + e.detail.value;
});
});
</script>
Expand Down

0 comments on commit fd2fa05

Please sign in to comment.