echo-contrib icon indicating copy to clipboard operation
echo-contrib copied to clipboard

Implement nested form binding for structs and arrays

Open kankankanp opened this issue 2 months ago • 0 comments

https://github.com/labstack/echo/pull/2834

As requested, I will extract the nested-form binding implementation into a standalone module and leaving a thin compatibility wrapper in Echo; this keeps core small, enables independent maintenance, and lets the feature evolve without blocking core changes.

kankankanp avatar Oct 26 '25 01:10 kankankanp