Skip to content

Commit 8d391ab

Browse files
bugFix : TextInputLayout - add required asterisk
1 parent 12db8ac commit 8d391ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose/src/main/java/com/streamliners/compose/comp/textInput/TextInputLayout.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fun TextInputLayout(
6767
withStyle(
6868
SpanStyle(color = MaterialTheme.colorScheme.error)
6969
) {
70-
" *"
70+
append(" *")
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)