🛠️ Remove singleLine limit for DialogWithTextField
This commit is contained in:
parent
c37fd7b06f
commit
4865ed0add
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ fun DialogWithTextField(
|
||||||
disabledContainerColor = Color.Transparent,
|
disabledContainerColor = Color.Transparent,
|
||||||
unfocusedContainerColor = Color.Transparent
|
unfocusedContainerColor = Color.Transparent
|
||||||
),
|
),
|
||||||
singleLine = true,
|
|
||||||
placeholder = {
|
placeholder = {
|
||||||
Text(
|
Text(
|
||||||
text = initialValue,
|
text = initialValue,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue