You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -271,7 +271,7 @@ export var testBindHintDirectlyToModel = function () {
271
271
TKUnit.assert(textField.hint==="type your password here","Actual: "+textField.text+"; Expected: "+"type your password here");
272
272
TKUnit.assert(textFieldTestsNative.getNativeHint(textField)==="type your password here","Actual: "+textFieldTestsNative.getNativeHint(textField)+"; Expected: "+"type your password here");
273
273
// << (hide)
274
-
// << binding-hint-property
274
+
// << binding-hint-property-textfield
275
275
});
276
276
}
277
277
@@ -534,4 +534,4 @@ export var test_WhenFormattedTextPropertyChanges_TextIsUpdated_TextBase = functi
@@ -176,7 +176,7 @@ export var testBindHintDirectlyToModel = function () {
176
176
vartextView=<textViewModule.TextView>views[0];
177
177
textView.text="";
178
178
179
-
// >> binding-hint-property
179
+
// >> binding-hint-property-textview
180
180
varmodel=newobservable.Observable();
181
181
model.set("hint","type your username here");
182
182
varoptions: bindable.BindingOptions={
@@ -195,7 +195,7 @@ export var testBindHintDirectlyToModel = function () {
195
195
TKUnit.assert(textView.hint==="type your password here","Actual: "+textView.hint+"; Expected: "+"type your password here");
196
196
TKUnit.assert(textViewTestsNative.getNativeHint(textView)==="type your password here","Actual: "+textViewTestsNative.getNativeHint(textView)+"; Expected: "+"type your password here");
197
197
// << (hide)
198
-
// << binding-hint-property
198
+
// << binding-hint-property-textview
199
199
});
200
200
}
201
201
@@ -493,4 +493,4 @@ export function test_watch_listerer_is_removed_at_onDetach() {
0 commit comments