From cf1cb7f8bb68ab7dea86c2c6c5814038eab0ca24 Mon Sep 17 00:00:00 2001 From: AlainaFaisal Date: Thu, 22 Aug 2024 10:34:40 +0300 Subject: [PATCH] Changing Title in Document how to wrap a field React component into Flow component #3600 (#3609) * Update PR check configs from master * changing title * Delete .github/workflows/alex.yml --------- Co-authored-by: Jouni Koivuviita --- articles/flow/integrations/react.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.