diff --git a/components/maskedtextbox/events.md b/components/maskedtextbox/events.md index e01f592ea2..031ddda4bc 100644 --- a/components/maskedtextbox/events.md +++ b/components/maskedtextbox/events.md @@ -57,7 +57,7 @@ The `ValueChanged` event fires upon every change (for example, keystroke) in the
@@ -74,8 +74,6 @@ The `ValueChanged` event fires upon every change (for example, keystroke) in the @[template](/_contentTemplates/common/general-info.md#event-callback-can-be-async) -@[template](/_contentTemplates/common/issues-and-warnings.md#valuechanged-lambda-required) - ## See Also diff --git a/components/textarea/events.md b/components/textarea/events.md index b92cb30d05..1a625e02b1 100644 --- a/components/textarea/events.md +++ b/components/textarea/events.md @@ -50,7 +50,7 @@ The `ValueChanged` event fires upon every change (for example, keystroke) in the @TextAreaValue
+ ValueChanged="@ValueChangedHandler"> @code { @@ -67,8 +67,6 @@ The `ValueChanged` event fires upon every change (for example, keystroke) in the @[template](/_contentTemplates/common/general-info.md#event-callback-can-be-async) -@[template](/_contentTemplates/common/issues-and-warnings.md#valuechanged-lambda-required) - ## See Also * [TextArea Overview]({%slug textarea-overview%}) diff --git a/components/textbox/events.md b/components/textbox/events.md index 3b80b83888..9d39b43fc4 100644 --- a/components/textbox/events.md +++ b/components/textbox/events.md @@ -75,7 +75,7 @@ The `ValueChanged` event fires upon every change (for example, keystroke) in the @result
- + @code { string result; @@ -89,8 +89,6 @@ The `ValueChanged` event fires upon every change (for example, keystroke) in the @[template](/_contentTemplates/common/general-info.md#event-callback-can-be-async) -@[template](/_contentTemplates/common/issues-and-warnings.md#valuechanged-lambda-required) - >caption Handle ValueChanged and provide initial value ````CSHTML @@ -99,7 +97,7 @@ from the handler: @result from model: @theTbValue
- + @code { string result;