I am using SurveyJS to quickly build a survey form in React/Redux.
I implemented a custom widget using a React component for Google Maps Places Autocomplete. My problem is that once suggestions appear and the field state changes, the contents of all the other survey fields get cleared. Is there a way to prevent it?
Here's what I did to integrate React Places Autocomplete into the survey as a custom widget.