mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: remove duplciate snippet (#8492)
This commit is contained in:
@@ -463,10 +463,7 @@ export var testCloseOnReturn = function () {
|
||||
return;
|
||||
}
|
||||
var textField = <TextField>views[0];
|
||||
|
||||
// >> setting-closeOnReturn-property
|
||||
textField.closeOnReturn = true;
|
||||
// << setting-closeOnReturn-property
|
||||
|
||||
typeTextNativelyWithReturn(textField, "Should close textfield");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user