Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

@change event is not firing in vue 3 with rangeslider. How to fix it ? #377

Open
rosudel opened this issue Nov 5, 2023 · 0 comments
Open

Comments

@rosudel
Copy link

rosudel commented Nov 5, 2023

In vue 3, while I slide/change the the slider value @change event is not firing. How to solve this issue.

`data(){
return{

    }
},
methods:{

    updateChart(chartId, point){
            //will do something
    }
},
created(){
        
},
mounted(){
        
        
}`

`<input
type="range"
min="0"
max="10"
name="rating"
id="rating"
step="1"
data-ratingslider="true"
value="0"
autocomplete="off"
@change="updateChart(rating)"

/>`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant