Fix placeholder spilling onto multiple lines
This commit is contained in:
parent
21d6cddb01
commit
743a1e654b
1 changed files with 2 additions and 0 deletions
|
|
@ -274,6 +274,8 @@ private fun TextInput(
|
||||||
style = defaultTypography.copy(
|
style = defaultTypography.copy(
|
||||||
color = ElementTheme.colors.textDisabled,
|
color = ElementTheme.colors.textDisabled,
|
||||||
),
|
),
|
||||||
|
maxLines = 1,
|
||||||
|
overflow = TextOverflow.Ellipsis,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue