vue-bootstrap-slider
vue-bootstrap-slider copied to clipboard
app.js:1689 Error: Invalid input value '8' passed in at Slider._validateArray (vendors.app.js:
<v-text-field v-model="ranges[0]" class="mt-0 centered-input" hide-details single-line type="number" ></v-text-field>
when i try to change value of field throw error
data() { return { ranges: [7, 30] } },
I am sorry but from your description its not clear for me how to reproduce this, could you please create a working minimal reproduction?