mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +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();
|
||||
}
|
||||
|
||||
return true;
|
||||
return this.editable;
|
||||
}
|
||||
|
||||
public textViewDidBeginEditing(textView: UITextView): void {
|
||||
|
Reference in New Issue
Block a user