Inline editor - Avoid row resizing and expand bubble box
Inline editor - Avoid row resizing and expand bubble box
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
I wonder if the
textarea
input type would be better suited for this field rather than a single line input element?Allan
Thanks a lot, @allan
I'll further modify it. That was helpful.