We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a5a23 commit 4581c9fCopy full SHA for 4581c9f
packages/components/slider/slider.ts
@@ -215,6 +215,8 @@ export default class Slider extends SuperComponent {
215
const value = trimValue(newValue, this.properties);
216
const realLabel = this.getLabelByValue(value);
217
218
+ this.triggerValue(value);
219
+
220
const setValueAndTrigger = () => {
221
this.setData({
222
_value: value,
0 commit comments