Drill Down | Resize Text Box | XM Community
Skip to main content

How do I resize a drill down text box? It doesn’t have the expanding option in the bottom corner.

 

 

Try using below script, change the % as required.

jQuery("#"+this.questionId+" select").css("width","100%");

 


@Shashi, thank you for getting back to me! where may I enter this?


@Shashi, thank you for getting back to me! where may I enter this?

Under addOnReady function present in Add Javascript option.


Leave a Reply