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

Drill Down | Resize Text Box

  • May 12, 2023
  • 3 replies
  • 91 views

Forum|alt.badge.img+2

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

 

 

3 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • May 13, 2023

Try using below script, change the % as required.

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

 


Forum|alt.badge.img+2
  • Author
  • May 15, 2023

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


Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • May 15, 2023

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

Under addOnReady function present in Add Javascript option.