feat: Multiline dialog text field
This commit is contained in:
parent
ddbea3f517
commit
8cd75724d0
3 changed files with 4 additions and 2 deletions
|
|
@ -107,6 +107,8 @@ class _ChatDetailsState extends State<ChatDetails> {
|
|||
DialogTextField(
|
||||
hintText: L10n.of(context).setGroupDescription,
|
||||
initialText: widget.room.topic,
|
||||
minLines: 1,
|
||||
maxLines: 4,
|
||||
)
|
||||
],
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue