Skip to content

Commit

Permalink
fix(textfield): ios none variant disable floating
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 4, 2020
1 parent 44cce6d commit 7fdebc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textfield/textfield.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export class TextField extends TextFieldBase {
this._controller = TextInputControllerUnderlineImpl.initWithOwner(this);
} else {
this._controller = TextInputControllerImpl.initWithOwner(this);
this._controller.floatingEnabled = false;
// (this._controller as TextInputControllerImpl).applyThemeWithScheme(scheme);
}
this._controller.textInput = view;
Expand Down

0 comments on commit 7fdebc1

Please sign in to comment.