Hi,
I have a codebase which is in React. I have a context Obj which I wanted to utilize it inside the SurveyJS library. The context object has info (example - current user's locale, preference of datetime format of the user, etc). I wanted to pass on this setting to SurveyJS so that the values when selected in the DateTime so show in the preferred format.
How do I achieve the above requirements? Even when the context is somehow passed to SurveyJS, where do I need to override the formatting settings so that the desired format shows up?
Also, for a survey which is loaded again with the previous responses, if I make 1 change to a question, should I be passing the entire payload as the JSON? Or, is there a way to send only the delta to the previously saved survey response?