Fixing SurveyJS custom dropdown losing selection on blur
Summary A custom dropdown property in SurveyJS was displaying the selected value in the UI but cleared it after clicking outside the dropdown. The JSON editor still retained the value, indicating an issue with the render lifecycle of the custom property. The fix involves ensuring that the component’s state is updated when the dropdown loses … Read more