On the first page of the import wizard, in the from dataverse option, after user enter search params and search for a file, automatically scroll down to the file list /error messsage.
Simply putting this $("#UploadOptionStepCardId").scrollTop($("#UploadOptionStepCardId")[0].scrollHeight); into wizardFromDataverse.jssearchForFile's success didn't work
On the first page of the import wizard, in the from dataverse option, after user enter search params and search for a file, automatically scroll down to the file list /error messsage.
Simply putting this
$("#UploadOptionStepCardId").scrollTop($("#UploadOptionStepCardId")[0].scrollHeight);
intowizardFromDataverse.js
searchForFile
's success didn't work