diff --git a/aspnetcore/blazor/forms/binding.md b/aspnetcore/blazor/forms/binding.md
index c902c3fe4324..83f4a1237878 100644
--- a/aspnetcore/blazor/forms/binding.md
+++ b/aspnetcore/blazor/forms/binding.md
@@ -464,6 +464,15 @@ To use the preceding component in the [starship example form (`Starship3.razor`/
+
```
+If the component that inherits from is ever statically rendered, assign the property to the `name` attribute of `` elements:
+
+```razor
+
+```
+
+The preceding assignment isn't necessary if the component is guaranteed to always render interactively.
+
### Input component with full developer control
The following example component: