Fix placeholder spilling onto multiple lines

This commit is contained in:
jonnyandrew 2023-09-15 11:11:43 +01:00
parent b1fd5bbd9f
commit c64b38cf04
No known key found for this signature in database
GPG key ID: 0D58D4EF33D27015

View file

@ -274,6 +274,8 @@ private fun TextInput(
style = defaultTypography.copy(
color = ElementTheme.colors.textDisabled,
),
maxLines = 1,
overflow = TextOverflow.Ellipsis,
)
}