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 653775f commit fa62eafCopy full SHA for fa62eaf
src/textfield/textfield.android.ts
@@ -280,7 +280,7 @@ export class TextField extends TextFieldBase {
280
}
281
282
[fontInternalProperty.setNative](value: Font | UIFont) {
283
- super[fontInternalProperty.setNative](value);
+ // super[fontInternalProperty.setNative](value);
284
if (!this.formattedText || !(value instanceof Font)) {
285
this.nativeViewProtected.setTypeface(value instanceof Font ? value.getAndroidTypeface() : value);
286
0 commit comments