Autohight inline input according to the number of lines

Hello! Heed some help. Tell me how to implement a one-line input so that it increases in height. Without using multiline input.
2024-03-01_14-47-05

You’re asking to make an input have multiple lines. The element for that is, the multiline input. Why is that not sufficient? The elements are identical, except for the fact that the multiline input can increase in height with multiple lines.

Thank you for your response. Actually I want a multiline with function “Enter” key for submit. Is there a simpler way to implement what I need? :sweat_smile:

Thank you so much :partying_face:!!! Most likely I didn’t search well.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.