Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

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

@rosudel

Description

@rosudel

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)"

/>`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions