Browse Source

Fix placeholder spilling onto multiple lines

pull/1347/head
jonnyandrew 1 year ago
parent
commit
c64b38cf04
No known key found for this signature in database
GPG Key ID: D58D4EF33D27015
  1. 2
      libraries/textcomposer/impl/src/main/kotlin/io/element/android/libraries/textcomposer/TextComposer.kt

2
libraries/textcomposer/impl/src/main/kotlin/io/element/android/libraries/textcomposer/TextComposer.kt

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

Loading…
Cancel
Save