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 877c4a2 commit 9e22c72Copy full SHA for 9e22c72
src/textfield/textfield.ios.ts
@@ -428,7 +428,6 @@ export class TextField extends TextFieldBase {
428
[verticalTextAlignmentProperty.setNative](value: VerticalTextAlignment) {
429
// TODO: not working for now
430
const view = this.nativeTextViewProtected;
431
- view.backgroundColor = UIColor.redColor;
432
switch (value) {
433
case 'initial':
434
case 'top':
0 commit comments