We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6c8f5 commit 9efdab8Copy full SHA for 9efdab8
components/src/main/java/com/ifeel/components/ui/components/generic/textfield/OutlinedTextField.kt
@@ -81,7 +81,7 @@ fun OutlinedTextField(
81
lineHeight = 24.sp,
82
),
83
label = {
84
- if (!isFocused && inputText != null) {
+ if (!isFocused && inputText != null && value.isEmpty()) {
85
Text(
86
text = inputText,
87
style = BodyTextStyle.Body16Regular.toTextStyle()
0 commit comments