Skip to content

Commit

Permalink
fix: remove input field used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mpleroux committed Sep 13, 2024
1 parent b6d2e20 commit 975dfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es-ds-components/components/es-slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const value = defineModel<number>();
class: 'slider-handle',
},
}" />
<input v-model.number="value" />

<div class="d-flex flex-row justify-content-between">
<span>{{ labelFormatter(min) }}</span>
<span>{{ labelFormatter(max) }}</span>
Expand Down

0 comments on commit 975dfd4

Please sign in to comment.