We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f12a1 commit 21dcefbCopy full SHA for 21dcefb
src/textfield/textfield.android.ts
@@ -113,7 +113,7 @@ export class TextField extends TextFieldBase {
113
if (needsTransparent) {
114
layoutView.setBoxBackgroundColor(0); // android.graphics.Color.TRANSPARENT
115
editText.setBackground(null);
116
- layoutView.setHintEnabled(false);
+ // layoutView.setHintEnabled(false);
117
}
118
119
layoutView.setErrorIconDrawable(null);
0 commit comments