Skip to content

Commit

Permalink
Changing Title in Document how to wrap a field React component into F…
Browse files Browse the repository at this point in the history
…low component #3600 (#3609)

* Update PR check configs from master

* changing title

* Delete .github/workflows/alex.yml

---------

Co-authored-by: Jouni Koivuviita <[email protected]>
  • Loading branch information
AlainaFaisal and jouni authored Aug 22, 2024
1 parent a9454fe commit cf1cb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/flow/integrations/react.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit cf1cb7f

Please sign in to comment.