How to change the height/width of the textarea field of the configurable list widget?

  • martinbond
    Asked on February 10, 2015 at 10:18 AM
    3,  In regards to the "Textarea" field, how can I make the field remain in a stretched position? It reverts back to a small text box once I deselect the widget. Please advise. 
  • Ashwin JotForm Support
    Replied on February 10, 2015 at 11:35 AM

    Hello Martinbond,

    I am not sure if I have understood your question correctly. Do you mean to say that when you deselect the "TextArea Autosize" widget in editor, it reverts back to small text box?

    I did check your form and found that you have added "TextArea Autosize" widgets. It seems that if you change the height/width property of the widget, it does not change anything and widget is always displayed as textbox. Is that the issue you are having?

    I am reporting this issue to our back end team. We will get back to you as soon as we have any update from them.

    Thank you!

     

  • martinbond
    Replied on February 10, 2015 at 11:39 AM

    No I meant the "textarea" field within the Configurable list Widget. I'm not sure what you mean in your response.  

  • Ashwin JotForm Support
    Replied on February 10, 2015 at 12:25 PM

    Hello martinbond,

    Please accept my apology for the misunderstanding. Do you want to change the size of your text area field of Configurable List Widget?

    Please inject the following custom css code in widget to change the height/width of the textarea field of the Configurable List widget:

    textarea {

    height: 40px !important;

    width: 190px !important;

    }

    Please check the screenshot below on how to inject custom css code configurable list widget:

    How to change the height/width of the textarea field of the configurable list widget? Image 1 Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!

  • martinbond
    Replied on February 11, 2015 at 12:29 AM

    Great, works, thank you. 

  • Ashwin JotForm Support
    Replied on February 11, 2015 at 2:00 AM

    Hello martinbond,

    You are welcome.

    I am glad to know that your issue is resolved.

    Do get back to us if you have any questions.

    Thank you!

  • martinbond
    Replied on February 11, 2015 at 2:02 AM
  • Ashwin JotForm Support
    Replied on February 11, 2015 at 4:57 AM

    Hello Martin,

    Okay, we will address your issue in your respective threads.

    Thank you!