framework7io / framework7-vue

Deprecated! Build full featured iOS & Android apps using Framework7 & Vue
http://framework7.io/vue/
MIT License
674 stars 151 forks source link

Range Slider - draggableBar prop don´t work #404

Closed Jaimet92 closed 6 years ago

Jaimet92 commented 6 years ago

This is a (multiple allowed):

What you did

`<f7-range min="1" max="100" step="1" draggableBar="false" disable="false" :value="getProgress"

`

Expected Behavior

Range Slider don´t interact when swipe or click

Actual Behavior

Range Slider interact when swipe or click

nolimits4web commented 6 years ago

Can't replicate it, works for me. Can you please provide a fiddle with the issue?

Jaimet92 commented 6 years ago

https://jsfiddle.net/k7tj0yfy/13/

nolimits4web commented 6 years ago

This is weird, but as i see if you change it to :draggable-bar it will work as expected https://jsfiddle.net/v9nzbgzd/