Inline editor - Avoid row resizing and expand bubble box

Inline editor - Avoid row resizing and expand bubble box

ctran2ctran2 Posts: 29Questions: 0Answers: 0

Hi @allan ,

I'm using inline editing for a table. I have designed it so that when the users click on the Other column, a bubble box pops up and requires them to enter values for both Other and Comment. However, the content of the Comment column is cut off when I edit it. I want to expand or dynamically resize the Comment box to fit with the text while editing, but wasn't able to find a solution.

Same logic for inline editor, is there a way to avoid the inline edit text box from resizing? I have attached a photo of the row with the full text and the "cut-off" version of it while editing.

Thanks a lot!

Replies

  • allanallan Posts: 63,530Questions: 1Answers: 10,473 Site admin

    I wonder if the textarea input type would be better suited for this field rather than a single line input element?

    Allan

  • ctran2ctran2 Posts: 29Questions: 0Answers: 0

    Thanks a lot, @allan
    I'll further modify it. That was helpful.

Sign In or Register to comment.