Solved
How to remove the First Blank choices in drop down from drill down Questions?
is there any way by which we can hide the first blank choice in drop down of drill down question?
jQuery("#"+this.questionId+" select option:first-child").prop({"disabled":true,"hidden":true});
above line can remove only first choice blank space in drop down.
Best answer by Anonymous
Hello @GSSCEAGAppManBD ,
Use the below code:
`jQuery("#"+this.questionId+" select option:first-child").remove();`
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

As shown in image