sa-si-dev / virtual-select

A javascript plugin for dropdown with virtual scroll

Home Page:https://sa-si-dev.github.io/virtual-select

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onChange event is fired by setValue method

Dakotys opened this issue · comments

It is totally unnecessary to trigger onChange event by internal method. Because when the element is used with controlled state it can cause cyclic value setting and self changing . It would be better if either the event would not be fired or there would be new event like onSelect.