Skip to content

Commit

Permalink
Merge pull request #2271 from appbaseio/patch-3
Browse files Browse the repository at this point in the history
fix(vue): disable keyboard shortcut for DRS component
  • Loading branch information
siddharthlatest authored Nov 21, 2023
2 parents 138f7b7 + da09074 commit 769de38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue/src/components/range/DynamicRangeSlider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ const DynamicRangeSlider = {
height={4}
enable-cross={false}
tooltip="always"
useKeyboard={false}
{...this.$props.sliderOptions}
/>

Expand Down

0 comments on commit 769de38

Please sign in to comment.