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 44cce6d commit 7fdebc1Copy full SHA for 7fdebc1
src/textfield/textfield.ios.ts
@@ -216,6 +216,7 @@ export class TextField extends TextFieldBase {
216
this._controller = TextInputControllerUnderlineImpl.initWithOwner(this);
217
} else {
218
this._controller = TextInputControllerImpl.initWithOwner(this);
219
+ this._controller.floatingEnabled = false;
220
// (this._controller as TextInputControllerImpl).applyThemeWithScheme(scheme);
221
}
222
this._controller.textInput = view;
0 commit comments