Skip to content

feat: Improve FormLayoutElement API and add FormItemElement #7243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Mar 31, 2025
Merged

Conversation

TatuLund
Copy link
Contributor

@TatuLund TatuLund marked this pull request as ready for review March 25, 2025 19:54
TatuLund and others added 6 commits March 27, 2025 15:15
…c/main/java/com/vaadin/flow/component/formlayout/testbench/FormItemElement.java

Co-authored-by: Sergey Vinogradov <mr.vursen@gmail.com>
…c/main/java/com/vaadin/flow/component/formlayout/testbench/FormLayoutElement.java

Co-authored-by: Sergey Vinogradov <mr.vursen@gmail.com>
…c/main/java/com/vaadin/flow/component/formlayout/testbench/FormItemElement.java

Co-authored-by: Sergey Vinogradov <mr.vursen@gmail.com>
Copy link
Contributor

@vursen vursen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the JavaDoc to reflect the changes.

@vursen vursen enabled auto-merge (squash) March 31, 2025 08:07
Copy link

@vursen vursen merged commit 002f6ab into main Mar 31, 2025
5 checks passed
@vursen vursen deleted the testbench-1886 branch March 31, 2025 08:18
@vaadin-bot
Copy link
Collaborator

Hi @TatuLund and @vursen, when i performed cherry-pick to this commit to 23.5, i have encountered the following issue. Can you take a look and pick it manually?
Error Message:
Error: Command failed: git cherry-pick 002f6ab
error: could not apply 002f6ab... feat: add FormItemElement and related FormLayoutElement methods (#7243)
hint: After resolving the conflicts, mark them with
hint: "git add/rm ", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FormLayoutElement: add support for retrieving labels of child components.
3 participants