Is there a way using javascript that can increase the text box size in a matrix table beyond the small, medium and large options that are available?
Solved
Is there a way to increase the size of a matrix table text box entry beyond options given
Best answer by rondev
Paste the below code in the matrix JS onReady function and adjust width value as required.
jQuery("#"+this.questionId+" input[type='text']").css("width","12em");
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
