Hello, Please check the attached screenshot. 1) User creates Content
Fragment.2) Open the Content Fragment3) SourceType is pre-selected on
content fragment load, Title, description etc are empty.4) If user click
on "Get Data" button, then AJAX call will trigger with pre-selected
source type value as parameter and it returns json response data will be
set to title, description etc.5) After this, if we click on SAVE button
at the top then new data which set through AJAX response are not storing
in...