diff --git a/articles/flow/integrations/react.adoc b/articles/flow/integrations/react.adoc index 43f2991855..6ef58ec334 100644 --- a/articles/flow/integrations/react.adoc +++ b/articles/flow/integrations/react.adoc @@ -210,7 +210,7 @@ customElements.define('react-router-layout', ReactRouterLayoutElement); ---- [[wrap-react-component]] -== Wrapping a React Component Into a Flow Component +== Wrapping a React Input Component Into a Flow Field Component When integrating React components into Vaadin applications, one common requirement is to enable these components to participate in Vaadin's data binding and form handling. This can be accomplished by wrapping the React component in a Vaadin component that extends `AbstractSinglePropertyField`.