mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
text-decoration won’t be applied to edit-text (#3932)
* text-decoration won’t be applied to edit-text * stop printing slow tests * remove console line * fix failing tests * fix wrong checks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
EditableTextBase as EditableTextBaseCommon, keyboardTypeProperty,
|
||||
returnKeyTypeProperty, editableProperty,
|
||||
autocapitalizationTypeProperty, autocorrectProperty, hintProperty,
|
||||
textProperty, placeholderColorProperty, Color
|
||||
textProperty, placeholderColorProperty, Color, textTransformProperty
|
||||
} from "./editable-text-base-common";
|
||||
|
||||
import { ad } from "../../utils/utils";
|
||||
@@ -410,4 +410,8 @@ export abstract class EditableTextBase extends EditableTextBaseCommon {
|
||||
this.nativeView.setHintTextColor(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[textTransformProperty.setNative](value: "default") {
|
||||
//
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user