Fix placeholder spilling onto multiple lines
This commit is contained in:
+2
@@ -274,6 +274,8 @@ private fun TextInput(
|
||||
style = defaultTypography.copy(
|
||||
color = ElementTheme.colors.textDisabled,
|
||||
),
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user