mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
fix(ios): TextView respect editable binding (#9589)
This commit is contained in:
@ -134,7 +134,7 @@ export class TextView extends TextViewBaseCommon {
|
|||||||
this.showText();
|
this.showText();
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return this.editable;
|
||||||
}
|
}
|
||||||
|
|
||||||
public textViewDidBeginEditing(textView: UITextView): void {
|
public textViewDidBeginEditing(textView: UITextView): void {
|
||||||
|
Reference in New Issue
Block a user