we need to have onInput/onSelect event call back to overcome issue which is creating by onChange event.
when I set an object in the values prop to pre-populate a value in RDS programmatically, it also triggering onChange event, which unwantedly executing the code written inside onChange event handler which is creating a bug in my react app.
It will be great to interduce onSelect/onInput event callback function which only triggers where a user/human select a value from the dropdown.
Thanks.
we need to have onInput/onSelect event call back to overcome issue which is creating by onChange event.
when I set an object in the values prop to pre-populate a value in RDS programmatically, it also triggering onChange event, which unwantedly executing the code written inside onChange event handler which is creating a bug in my react app.
It will be great to interduce onSelect/onInput event callback function which only triggers where a user/human select a value from the dropdown.
Thanks.