Skip to content

Commit 769de38

Browse files
Merge pull request #2271 from appbaseio/patch-3
fix(vue): disable keyboard shortcut for DRS component
2 parents 138f7b7 + da09074 commit 769de38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vue/src/components/range/DynamicRangeSlider.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ const DynamicRangeSlider = {
347347
height={4}
348348
enable-cross={false}
349349
tooltip="always"
350+
useKeyboard={false}
350351
{...this.$props.sliderOptions}
351352
/>
352353

0 commit comments

Comments
 (0)