Disable next button when data is still loading in Interview Page
Content
On Interview page, we enter Part Number and this validation is happening through Data Mapping. If this Part Number is valid, we are getting Part Description through Mapping. It's taking 5 to 6 seconds to load Part Description for that Part. If i am clicking Next after Loading Part description,it's going to Next Interview Screen. If i click Next Interview Screen before loading Part description after entering Valid Part Number, the Interview Page getting struck with Message - Do not leave this screen while Data is being Submitted & not going to next screen ever after 5 to 10 mins. Is there any Option to Disable the "NEXT" Button of the Interview page till data load is completed for that Interview page so that user will click "NEXT" after full data load happens and interview will never get struck. If there is no Option, is it fine to go with SET TIME OUT for NEXT Button in Java Script.