We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cb030 commit 72521aaCopy full SHA for 72521aa
1 file changed
app/src/main/java/to/bitkit/ui/components/TextInput.kt
@@ -48,7 +48,7 @@ fun TextInput(
48
visualTransformation: VisualTransformation = VisualTransformation.None,
49
textStyle: TextStyle = AppTextStyles.BodySSB,
50
colors: TextFieldColors = AppTextFieldDefaults.semiTransparent,
51
- ) {
+) {
52
var textFieldValue by remember { mutableStateOf(TextFieldValue(value)) }
53
54
// Sync external changes
0 commit comments