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 df9d2b1 commit 0b18790Copy full SHA for 0b18790
src/textfield/textfield.ios.ts
@@ -38,7 +38,7 @@ import {
38
} from '@nativescript/core';
39
import { textProperty } from '@nativescript/core/ui/text-base';
40
import { TextFieldBase } from './textfield.common';
41
-import { layout } from '@nativescript/core/utils';
+import { layout } from '@nativescript/core/utils/layout-helper';
42
43
@NativeClass
44
class MDCFilledTextFieldImpl extends MDCFilledTextField {
0 commit comments