Skip to content

Commit 21dcefb

Browse files
committed
fix(textfield): hint not working in none variant
1 parent 01f12a1 commit 21dcefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textfield/textfield.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class TextField extends TextFieldBase {
113113
if (needsTransparent) {
114114
layoutView.setBoxBackgroundColor(0); // android.graphics.Color.TRANSPARENT
115115
editText.setBackground(null);
116-
layoutView.setHintEnabled(false);
116+
// layoutView.setHintEnabled(false);
117117
}
118118

119119
layoutView.setErrorIconDrawable(null);

0 commit comments

Comments
 (0)