When reusing the SelectInput component from the UI package, if you set value to `''` it will continue to display the previously selected value instead of clearing out the field as expected. The ReactSelect component doesn't behave in this way and instead will clear out the field. This fix addresses this difference by resetting `valueToRender` inside the SelectInput to null.