Skip to content

How can I get the input text field to wrap and increase height as more text is entered? #84

Answered by eltos
mendhak asked this question in Q&A
Discussion options

You must be logged in to vote

You can just set the multiline input type:

SimpleFormDialog.build()
    .title("Multiline input")
    .fields(
            Input.plain("key").inputType(InputType.TYPE_TEXT_FLAG_MULTI_LINE)
    )

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mendhak
Comment options

@eltos
Comment options

@mendhak
Comment options

@mendhak
Comment options

@eltos
Comment options

eltos Feb 1, 2023
Maintainer

Answer selected by mendhak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants