mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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