I have a table like structure where each row has multiple selectbox and on first column checkbox is present. on unselect of checkbox i would like to reset all select box in that row.Just to mention it is not a form. I would like to achieve this through ref but I am unable to set that ref value in antd select.Also can you suggest if there is way to select by id and set ref value to null for that row.
enter image description here