Reactjs – Checkbox cannot change state when updated from onBlur event
I have a component (selector) which contains a checkbox and another div (selectorPane). The checkbox state controls the selectorPane visibility (by assigning/not-assigning the 'visible' css class). This works fine, the problem comes when i try to make selectorPane invisible (set…