vaadin / hilla

Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.
https://hilla.dev
Apache License 2.0
904 stars 57 forks source link

fix(bug): Fix form validation does not work in Kotlin. #2529

Open Yue-plus opened 3 months ago

Yue-plus commented 3 months ago

Description

Fixes #2343

Type of change

Checklist

Additional for Feature type of change

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 3 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Yue-plus commented 3 months ago

I apologize for my previous misunderstanding of the Groovy programming language. I was not aware that Groovy allows direct assignment to lists without the need to call the addAll method. I have tested these changes locally and confirmed their correctness. Please review this PR again, thank you.

image