Skip to content

Commit 7fdebc1

Browse files
committed
fix(textfield): ios none variant disable floating
1 parent 44cce6d commit 7fdebc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textfield/textfield.ios.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ export class TextField extends TextFieldBase {
216216
this._controller = TextInputControllerUnderlineImpl.initWithOwner(this);
217217
} else {
218218
this._controller = TextInputControllerImpl.initWithOwner(this);
219+
this._controller.floatingEnabled = false;
219220
// (this._controller as TextInputControllerImpl).applyThemeWithScheme(scheme);
220221
}
221222
this._controller.textInput = view;

0 commit comments

Comments
 (0)