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 fd2fa05 commit f9f0e6e
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 @@ -150,7 +150,7 @@
minRangeText.nodeValue = 'MinRage:' + slider.minRange;
});
slider.addEventListener('input', function (e) {
valueText.nodeValue = 'Value Changing:' + e.detail.value;
valueText.nodeValue = 'Value Input:' + e.detail.value;
});
slider.addEventListener('from-input', function (e) {
valueFromText.nodeValue = 'From Input:' + e.detail.value;
Expand Down

0 comments on commit f9f0e6e

Please sign in to comment.