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